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 | 虞?珥?蹄? | 100010111111000100111111111000001110000000111111100100101111101100111111 | 8bf13fe0e03f92fb3f |
EUC-JP | 虞?珥?蹄? | 101101101111001100111111111000001110001000111111110001001111110100111111 | b6f33fe0e23fc4fd3f |
UTF-8 | 虞렕珥렰蹄렡 | 111010001001100110011110111010111010000010010101111001111000111110100101111010111010000010110000111010001011100110000100111010111010000010100001 | e8999eeba095e78fa5eba0b0e8b984eba0a1 |
UHC | 虞렕珥렰蹄렡 | 111010011110010110001110101010101110110010110100100011101011110111110000101101001000111010110010 | e9e58eaaecb48ebdf0b48eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)