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 | ?Au???? | 00111111010000010111010100111111001111110011111100111111 | 3f41753f3f3f3f |
SJIS-WIN | ?Au???? | 00111111010000010111010100111111001111110011111100111111 | 3f41753f3f3f3f |
EUC-JP | ?Au???? | 00111111010000010111010100111111001111110011111100111111 | 3f41753f3f3f3f |
UTF-8 | 혪Au혩첸혩짱 | 1110110110011000101010100100000101110101111011011001100010101001111011001011001010111000111011011001100010101001111011001010011110110001 | ed98aa4175ed98a9ecb2b8ed98a9eca7b1 |
UHC | 혪Au혩첸혩짱 | 110000101001001001000001011101011100001010010001110000111011111011000010100100011100001010101111 | c2924175c291c3bec291c2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)