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 | ?使箝使甲 | 001111111000111001100111111000101010110110001110011001111000110101100010 | 3f8e67e2ad8e678d62 |
EUC-JP | ?使箝使甲 | 001111111011101111001000111001001010111110111011110010001011100111000011 | 3fbbc8e4afbbc8b9c3 |
UTF-8 | 렺使箝使甲 | 111010111010000010111010111001001011110110111111111001111010111010011101111001001011110110111111111001111001010010110010 | eba0bae4bdbfe7ae9de4bdbfe794b2 |
UHC | 렺使箝使甲 | 10001110110000101101111011000101110011001100010011011110110001011100101110100011 | 8ec2dec5ccc4dec5cba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)