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 | 鵝??曖?? | 1110101001000000001111110011111110011110010000100011111100111111 | ea403f3f9e423f3f |
EUC-JP | 鵝??曖?? | 1111001110100001001111110011111111011011101000110011111100111111 | f3a13f3fdba33f3f |
UTF-8 | 鵝깗뢕曖륂뢎 | 111010011011010110011101111010101011100110010111111010111010001010010101111001101001101110010110111010111010010110000010111010111010001010001110 | e9b59deab997eba295e69b96eba582eba28e |
UHC | 鵝깗뢕曖륂뢎 | 111001001011110110000011100011111000111101010000111001001111001010001111111011011000111101001001 | e4bd838f8f50e4f28fed8f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)