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 | 鵝????? | 11101010010000000011111100111111001111110011111100111111 | ea403f3f3f3f3f |
EUC-JP | 鵝??洧?? | 111100111010000100111111001111111000111111000111101101000011111100111111 | f3a13f3f8fc7b43f3f |
UTF-8 | 鵝숆푺洧ㅻ뀊 | 111010011011010110011101111011001000100010000110111011011001000110111010111001101011010010100111111000111000010110111011111010111000000010001010 | e9b59dec8886ed91bae6b4a7e385bbeb808a |
UHC | 鵝숆푺洧ㅻ뀊 | 111001001011110110011001111010101011111010000110111010101111101110100100111010111000010110000110 | e4bd99eabe86eafba4eb8586 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)