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 | 00111111001111110111110000111111001111110111110001000010 | 3f3f7c3f3f7c42 |
SJIS-WIN | ?但|?但|B | 001111111001001001000001011111000011111110010010010000010111110001000010 | 3f92417c3f92417c42 |
EUC-JP | ?但|?但|B | 001111111100001110100010011111000011111111000011101000100111110001000010 | 3fc3a27c3fc3a27c42 |
UTF-8 | 렺但|렺但|B | 111010111010000010111010111001001011110110000110011111001110101110100000101110101110010010111101100001100111110001000010 | eba0bae4bd867ceba0bae4bd867c42 |
UHC | 렺但|렺但|B | 1000111011000010110100111010001101111100100011101100001011010011101000110111110001000010 | 8ec2d3a37c8ec2d3a37c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)