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 | 佃伎刀窪 | 1001001011001111100010101110101010010011100000011000110001000101 | 92cf8aea93818c45 |
EUC-JP | 佃伎刀窪 | 1100010011010001101101001110110011000101111000011011011110100110 | c4d1b4ecc5e1b7a6 |
UTF-8 | 佃伎刀窪 | 111001001011110110000011111001001011110010001110111001011000100010000000111001111010101010101010 | e4bd83e4bc8ee58880e7aaaa |
UHC | 佃伎刀窪 | 1110111011101100110100001110101111010011111011111110100011000001 | eeecd0ebd3efe8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)