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 | 蒔瑤室 | 1111000010100111100011101010101011101010101000101000111010111010 | f0a78eaaeaa28eba |
EUC-JP | ?蒔瑤室 | 00111111101111001010110011110100101001001011110010111100 | 3fbcacf4a4bcbc |
UTF-8 | 蒔瑤室 | 111011101000000110100110111010001001001010010100111001111001000110100100111001011010111010100100 | ee81a6e89294e791a4e5aea4 |
UHC | ?蒔瑤室 | 00111111111000111100100011101000111111011110001111111000 | 3fe3c8e8fde3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)