To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 禎???智? | 1001001011110101001111110011111100111111100100100111000100111111 | 92f53f3f3f92713f |
EUC-JP | 禎???智? | 1100010011110111001111110011111100111111110000111101001000111111 | c4f73f3f3fc3d23f |
UTF-8 | 禎쇠렣렮智뼁 | 111001111010011010001110111011001000011110100000111010111010000010100011111010111010000010101110111001101001100110111010111010111011110010000001 | e7a68eec87a0eba0a3eba0aee699baebbc81 |
UHC | 禎쇠렣렮智뼁 | 111011111110111010111100111010001000111010110100100011101011101111110010101010101011101110111111 | efeebce88eb48ebbf2aabbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)