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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 轢녶낫h轢녶낫 | 11101111101001101000110111101011100001011011011011101011100000101010101101101000111011111010011010001101111010111000010110110110111010111000001010101011 | efa68deb85b6eb82ab68efa68deb85b6eb82ab |
UHC | 轢녶낫h轢녶낫 | 11100110101111001000011011100101101100111011010001101000111001101011110010000110111001011011001110110100 | e6bc86e5b3b468e6bc86e5b3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)