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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 堤?h堤 | 100100101110011100111111011010001001001011100111 | 92e73f6892e7 |
EUC-JP | 堤?h堤 | 110001001110100100111111011010001100010011101001 | c4e93f68c4e9 |
UTF-8 | 堤렞h堤 | 11100101101000001010010011101011101000001001111001101000111001011010000010100100 | e5a0a4eba09e68e5a0a4 |
UHC | 堤렞h堤 | 11110000101001111000111010101111011010001111000010100111 | f0a78eaf68f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)