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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鳫ー昮ケ昭 | 1110100111101101101100001111101011010010101110011000111110111010 | e9edb0fad2b98fba |
EUC-JP | 鳫ー昮ケ昭 | 1111001011101111100011101011000010001111110000101010101110001110101110011011111010111100 | f2ef8eb08fc2ab8eb9bebc |
UTF-8 | 鳫ー昮ケ昭 | 111010011011001110101011111011111011110110110000111001101001100010101110111011111011110110111001111001101001100010101101 | e9b3abefbdb0e698aeefbdb9e698ad |
UHC | ????昭 | 001111110011111100111111001111111110000110111001 | 3f3f3f3fe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)