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?E | 0011111101000000001111110011111100111111010000010011111101000101 | 3f403f3f3f413f45 |
SJIS-WIN | ?@???A?E | 0011111101000000001111110011111100111111010000010011111101000101 | 3f403f3f3f413f45 |
EUC-JP | ?@???A?E | 0011111101000000001111110011111100111111010000010011111101000101 | 3f403f3f3f413f45 |
UTF-8 | 혪@혩짜혪A혪E | 111011011001100010101010010000001110110110011000101010011110110010100111100111001110110110011000101010100100000111101101100110001010101001000101 | ed98aa40ed98a9eca79ced98aa41ed98aa45 |
UHC | 혪@혩짜혪A혪E | 11000010100100100100000011000010100100011100001010100101110000101001001001000001110000101001001001000101 | c29240c291c2a5c29241c29245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)