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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 汁??泣 | 100011110110000000111111001111111000101110000011 | 8f603f3f8b83 |
EUC-JP | 汁??泣 | 101111011100000100111111001111111011010111100011 | bdc13f3fb5e3 |
UTF-8 | 汁흔깃泣 | 111001101011000110000001111011011001110110010100111010101011100110000011111001101011001110100011 | e6b181ed9d94eab983e6b3a3 |
UHC | 汁흔깃泣 | 1111000111110000110010001110011110110001111010101110101111101000 | f1f0c8e7b1eaebe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)