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 | ゚ラホ昮シ | 110111111101011111001110111110101101001010111100 | dfd7cefad2bc |
EUC-JP | ゚ラホ昮シ | 1000111011011111100011101101011110001110110011101000111111000010101010111000111010111100 | 8edf8ed78ece8fc2ab8ebc |
UTF-8 | ゚ラホ昮シ | 111011111011111010011111111011111011111010010111111011111011111010001110111001101001100010101110111011111011110110111100 | efbe9fefbe97efbe8ee698aeefbdbc |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)