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 | ?@T?@KB | 00111111010000000101010000111111010000000100101101000010 | 3f40543f404b42 |
SJIS-WIN | ?@T?@KB | 00111111010000000101010000111111010000000100101101000010 | 3f40543f404b42 |
EUC-JP | ?@T?@KB | 00111111010000000101010000111111010000000100101101000010 | 3f40543f404b42 |
UTF-8 | 혪@T혪@KB | 1110110110011000101010100100000001010100111011011001100010101010010000000100101101000010 | ed98aa4054ed98aa404b42 |
UHC | 혪@T혪@KB | 110000101001001001000000010101001100001010010010010000000100101101000010 | c2924054c292404b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)