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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蘊よ?熱 | 11100101010111011000001011100110001111111001010001001101 | e55d82e63f944d |
EUC-JP | 蘊よ?熱 | 11101001101111101010010011101000001111111100011110101110 | e9bea4e83fc7ae |
UTF-8 | 蘊よ풛熱 | 111010001001100010001010111000111000001010001000111011011001001010011011111001111000011010110001 | e8988ae38288ed929be786b1 |
UHC | 蘊よ풛熱 | 1110100010110011101010101110100010111110100111101110011011110000 | e8b3aae8be9ee6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)