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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?但??? | 001111111001001001000001001111110011111100111111 | 3f92413f3f3f |
EUC-JP | ?但??? | 001111111100001110100010001111110011111100111111 | 3fc3a23f3f3f |
UTF-8 | 렺但렺거렮 | 111010111010000010111010111001001011110110000110111010111010000010111010111010101011000110110000111010111010000010101110 | eba0bae4bd86eba0baeab1b0eba0ae |
UHC | 렺但렺거렮 | 10001110110000101101001110100011100011101100001010110000110001011000111010111011 | 8ec2d3a38ec2b0c58ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)