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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鶯?????B | 1110100111110010001111110011111100111111001111110011111101000010 | e9f23f3f3f3f3f42 |
EUC-JP | 鶯?????B | 1111001011110100001111110011111100111111001111110011111101000010 | f2f43f3f3f3f3f42 |
UTF-8 | 鶯볦넔燎꾩꽠B | 11101001101101101010111111101011101100111010011011101011100001001001010011101111101001111000000011101010101111101010100111101010101111011010000001000010 | e9b6afebb3a6eb8494efa780eabea9eabda042 |
UHC | 鶯볦넔燎꾩꽠B | 11100101101000111001001111101100100001101001110111101000111110111000010011101100100001001010110101000010 | e5a393ec869de8fb84ec84ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)