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???H?@F | 001111110100000100111111001111110011111101001000001111110100000001000110 | 3f413f3f3f483f4046 |
SJIS-WIN | ?A???H?@F | 001111110100000100111111001111110011111101001000001111110100000001000110 | 3f413f3f3f483f4046 |
EUC-JP | ?A???H?@F | 001111110100000100111111001111110011111101001000001111110100000001000110 | 3f413f3f3f483f4046 |
UTF-8 | 혪A혩쨀혪H혪@F | 11101101100110001010101001000001111011011001100010101001111011001010100010000000111011011001100010101010010010001110110110011000101010100100000001000110 | ed98aa41ed98a9eca880ed98aa48ed98aa4046 |
UHC | 혪A혩쨀혪H혪@F | 1100001010010010010000011100001010010001110000101011001111000010100100100100100011000010100100100100000001000110 | c29241c291c2b3c29248c2924046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)