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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 驕央梓B | 11101001100000011000100110011011100010001011001001000010 | e981899b88b242 |
EUC-JP | 驕央梓B | 11110001111000011011000111111011101100001011010001000010 | f1e1b1fbb0b442 |
UTF-8 | 驕央梓B | 11101001101010011001010111100101101001001010111011100110101000101001001101000010 | e9a995e5a4aee6a29342 |
UHC | 驕央梓B | 11001110111101101110010011100111111011101010100101000010 | cef6e4e7eea942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)