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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 莊?珥?葺? | 111001001011010100111111111000001110000000111111100101011001100000111111 | e4b53fe0e03f95983f |
EUC-JP | 莊?珥?葺? | 111010001011011100111111111000001110001000111111110010011111100000111111 | e8b73fe0e23fc9f83f |
UTF-8 | 莊렏珥렰葺렱 | 111010001000111010001010111010111010000010001111111001111000111110100101111010111010000010110000111010001001000110111010111010111010000010110001 | e88e8aeba08fe78fa5eba0b0e891baeba0b1 |
UHC | 莊렏珥렰葺렱 | 111011011111011010001110101001011110110010110100100011101011110111110001111100011000111010111110 | edf68ea5ecb48ebdf1f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)