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 | ?A?K?D?R | 0011111101000001001111110100101100111111010001000011111101010010 | 3f413f4b3f443f52 |
SJIS-WIN | ?A?K?D?R | 0011111101000001001111110100101100111111010001000011111101010010 | 3f413f4b3f443f52 |
EUC-JP | ?A?K?D?R | 0011111101000001001111110100101100111111010001000011111101010010 | 3f413f4b3f443f52 |
UTF-8 | 혪A혪K혪D혪R | 11101101100110001010101001000001111011011001100010101010010010111110110110011000101010100100010011101101100110001010101001010010 | ed98aa41ed98aa4bed98aa44ed98aa52 |
UHC | 혪A혪K혪D혪R | 110000101001001001000001110000101001001001001011110000101001001001000100110000101001001001010010 | c29241c2924bc29244c29252 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)