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 | 釈車ホ昮シ | 1000111011011111100011101101010011001110111110101101001010111100 | 8edf8ed4cefad2bc |
EUC-JP | 釈車ホ昮シ | 1011110011100001101111001101011010001110110011101000111111000010101010111000111010111100 | bce1bcd68ece8fc2ab8ebc |
UTF-8 | 釈車ホ昮シ | 111010011000011110001000111010001011101110001010111011111011111010001110111001101001100010101110111011111011110110111100 | e98788e8bb8aefbe8ee698aeefbdbc |
UHC | ?車??? | 001111111111001110110011001111110011111100111111 | 3ff3b33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)