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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 蘊ゅ?h蘊 | 1110010101011101100000101110001100111111011010001110010101011101 | e55d82e33f68e55d |
EUC-JP | 蘊ゅ?h蘊 | 1110100110111110101001001110010100111111011010001110100110111110 | e9bea4e53f68e9be |
UTF-8 | 蘊ゅ낫h蘊 | 11101000100110001000101011100011100000101000010111101011100000101010101101101000111010001001100010001010 | e8988ae38285eb82ab68e8988a |
UHC | 蘊ゅ낫h蘊 | 111010001011001110101010111001011011001110110100011010001110100010110011 | e8b3aae5b3b468e8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)