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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 牀邪遮H | 11100000101011001000111011010111100011101101010101001000 | e0ac8ed78ed548 |
EUC-JP | 牀邪遮H | 11100000101011101011110011011001101111001101011101001000 | e0aebcd9bcd748 |
UTF-8 | 牀邪遮H | 11100111100010011000000011101001100000101010101011101001100000011010111001001000 | e78980e982aae981ae48 |
UHC | 牀邪遮H | 11011111110100011101111011110111111100111011010001001000 | dfd1def7f3b448 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)