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 | 疾貂叱蓚 | 1000111010111110111001101011100010001110101101101110010011101001 | 8ebee6b88eb6e4e9 |
EUC-JP | 疾貂叱蓚 | 1011110011000000111011001011101010111100101110001110100011101011 | bcc0ecbabcb8e8eb |
UTF-8 | 疾貂叱蓚 | 111001111001011010111110111010001011001010000010111001011000111110110001111010001001001110011010 | e796bee8b282e58fb1e8939a |
UHC | 疾貂叱蓚 | 1111001011110000111101011011000011110010111010101110001010111110 | f2f0f5b0f2eae2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)