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 | 易??庸?? | 1000100011010101001111110011111110010111011001100011111100111111 | 88d53f3f97663f3f |
EUC-JP | 易??庸?? | 1011000011010111001111110011111111001101110001110011111100111111 | b0d73f3fcdc73f3f |
UTF-8 | 易됪뿃庸졿콖 | 111001101001100010010011111010111001000010101010111010111011111110000011111001011011101010111000111011001010000110111111111011001011110110010110 | e69893eb90aaebbf83e5bab8eca1bfecbd96 |
UHC | 易됪뿃庸졿콖 | 111001101011011010001001111001101001011110001011111010011011110010100000111001101011000110010000 | e6b689e6978be9bca0e6b190 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)