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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 櫻?ぉ | 1001111101001110001111111000001010100111 | 9f4e3f82a7 |
EUC-JP | 櫻?ぉ | 1101110110101111001111111010010010101001 | ddaf3fa4a9 |
UTF-8 | 櫻뗭ぉ | 111001101010101110111011111010111001011110101101111000111000000110001001 | e6abbbeb97ade38189 |
UHC | 櫻뗭ぉ | 111001011010000110001011111011001010101010101001 | e5a18becaaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)