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 | 100111111111011100111111100101011010100001000010 | 9ff73f95a842 |
EUC-JP | 漿?物B | 110111101111100100111111110010101010101001000010 | def93fcaaa42 |
UTF-8 | 漿대物B | 11100110101111001011111111101011100011001000000011100111100010011010100101000010 | e6bcbfeb8c80e789a942 |
UHC | 漿대物B | 11101101111011001011010011101011110110101010101001000010 | edecb4ebdaaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)