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 | 100110101110001100111111100101011010100001000010 | 9ae33f95a842 |
EUC-JP | 壹?物B | 110101001110010100111111110010101010101001000010 | d4e53fcaaa42 |
UTF-8 | 壹대物B | 11100101101000111011100111101011100011001000000011100111100010011010100101000010 | e5a3b9eb8c80e789a942 |
UHC | 壹대物B | 11101100111011001011010011101011110110101010101001000010 | ececb4ebdaaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)