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 | ?}??}B | 001111110111110100111111001111110111110101000010 | 3f7d3f3f7d42 |
SJIS-WIN | ?}??}B | 001111110111110100111111001111110111110101000010 | 3f7d3f3f7d42 |
EUC-JP | ?}??}B | 001111110111110100111111001111110111110101000010 | 3f7d3f3f7d42 |
UTF-8 | 찼}챌창}B | 111011001011000010111100011111011110110010110001100011001110110010110000101111010111110101000010 | ecb0bc7decb18cecb0bd7d42 |
UHC | 찼}챌창}B | 110000111010000101111101110000111010011111000011101000100111110101000010 | c3a17dc3a7c3a27d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)