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 | 亨ラ?亨 | 10001011100111001000001110001001001111111000101110011100 | 8b9c83893f8b9c |
EUC-JP | 亨ラ?亨 | 10110101111111001010010111101001001111111011010111111100 | b5fca5e93fb5fc |
UTF-8 | 亨ラ눈亨 | 111001001011101010101000111000111000001110101001111010111000100010001000111001001011101010101000 | e4baa8e383a9eb8888e4baa8 |
UHC | 亨ラ눈亨 | 1111101011111011101010111110100110110100101010111111101011111011 | fafbabe9b4abfafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)