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?P?C??A | 001111110100000100111111010100000011111101000011001111110011111101000001 | 3f413f503f433f3f41 |
SJIS-WIN | ?A?P?C??A | 001111110100000100111111010100000011111101000011001111110011111101000001 | 3f413f503f433f3f41 |
EUC-JP | ?A?P?C??A | 001111110100000100111111010100000011111101000011001111110011111101000001 | 3f413f503f433f3f41 |
UTF-8 | 혪A혪P혪C혩쨀A | 11101101100110001010101001000001111011011001100010101010010100001110110110011000101010100100001111101101100110001010100111101100101010001000000001000001 | ed98aa41ed98aa50ed98aa43ed98a9eca88041 |
UHC | 혪A혪P혪C혩쨀A | 1100001010010010010000011100001010010010010100001100001010010010010000111100001010010001110000101011001101000001 | c29241c29250c29243c291c2b341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)