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 | ??}??| | 001111110011111101111101001111110011111101111100 | 3f3f7d3f3f7c |
SJIS-WIN | 旭?}旭?| | 1000100010101110001111110111110110001000101011100011111101111100 | 88ae3f7d88ae3f7c |
EUC-JP | 旭?}旭?| | 1011000010110000001111110111110110110000101100000011111101111100 | b0b03f7db0b03f7c |
UTF-8 | 旭렔}旭렔| | 1110011010010111101011011110101110100000100101000111110111100110100101111010110111101011101000001001010001111100 | e697adeba0947de697adeba0947c |
UHC | 旭렔}旭렔| | 11101001111011111000111010101001011111011110100111101111100011101010100101111100 | e9ef8ea97de9ef8ea97c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)