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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?準鄕衙 | 00111111100011111000000011111011101110001110010111001001 | 3f8f80fbb8e5c9 |
EUC-JP | ?準?衙 | 001111111011110111100000001111111110101011001011 | 3fbde03feacb |
UTF-8 | 춰準鄕衙 | 111011001011011010110000111001101011101010010110111010011000010010010101111010001010000110011001 | ecb6b0e6ba96e98495e8a199 |
UHC | 춰準鄕衙 | 1100001111100111111100011101111011111010110000011110010010110111 | c3e7f1defac1e4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)