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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 諡セh諡セ | 11100110100010111011111001101000111001101000101110111110 | e68bbe68e68bbe |
EUC-JP | 諡セh諡セ | 111010111110101110001110101111100110100011101011111010111000111010111110 | ebeb8ebe68ebeb8ebe |
UTF-8 | 諡セh諡セ | 11101000101010111010000111101111101111011011111001101000111010001010101110100001111011111011110110111110 | e8aba1efbdbe68e8aba1efbdbe |
UHC | 諡?h諡? | 11100011110011010011111101101000111000111100110100111111 | e3cd3f68e3cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)