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 | 息臓蔵促臓 | 10010001101001111001000110011111100100011010000010010001101000111001000110011111 | 91a7919f91a091a3919f |
EUC-JP | 息臓蔵促臓 | 11000010101010011100001010100001110000101010001011000010101001011100001010100001 | c2a9c2a1c2a2c2a5c2a1 |
UTF-8 | 息臓蔵促臓 | 111001101000000110101111111010001000011110010011111010001001010010110101111001001011111110000011111010001000011110010011 | e681afe88793e894b5e4bf83e88793 |
UHC | 息??促? | 11100011110100110011111100111111111101011011010100111111 | e3d33f3ff5b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)