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釤湿 | 111110111011111110001110101111000110100011111011101111111000111010111100 | fbbf8ebc68fbbf8ebc |
EUC-JP | 釤湿h釤湿 | 1000111111100011101010101011110010111110011010001000111111100011101010101011110010111110 | 8fe3aabcbe688fe3aabcbe |
UTF-8 | 釤湿h釤湿 | 11101001100001111010010011100110101110011011111101101000111010011000011110100100111001101011100110111111 | e987a4e6b9bf68e987a4e6b9bf |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)