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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
EUC-JP | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
UTF-8 | 겠쮜v겠쮜vB | 111010101011001010100000111011001010111010011100011101101110101010110010101000001110110010101110100111000111011001000010 | eab2a0ecae9c76eab2a0ecae9c7642 |
UHC | 겠쮜v겠쮜vB | 1011000011011010110000101110100001110110101100001101101011000010111010000111011001000010 | b0dac2e876b0dac2e87642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)