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勇?? | 100101110100010100111111001111110110100010010111010001010011111100111111 | 97453f3f6897453f3f |
EUC-JP | 勇??h勇?? | 110011011010011000111111001111110110100011001101101001100011111100111111 | cda63f3f68cda63f3f |
UTF-8 | 勇싲래h勇싲래 | 11100101100010111000011111101100100010111011001011101011100111101001100001101000111001011000101110000111111011001000101110110010111010111001111010011000 | e58b87ec8bb2eb9e9868e58b87ec8bb2eb9e98 |
UHC | 勇싲래h勇싲래 | 11101001101110001001101011101011101101111010000101101000111010011011100010011010111010111011011110100001 | e9b89aebb7a168e9b89aebb7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)