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 | 鵝??芯?? | 1110101001000000001111110011111110010000011000110011111100111111 | ea403f3f90633f3f |
EUC-JP | 鵝??芯?? | 1111001110100001001111110011111110111111110001000011111100111111 | f3a13f3fbfc43f3f |
UTF-8 | 鵝뚰뢝芯륂뢜 | 111010011011010110011101111010111001101010110000111010111010001010011101111010001000101010101111111010111010010110000010111010111010001010011100 | e9b59deb9ab0eba29de88aafeba582eba29c |
UHC | 鵝뚰뢝芯륂뢜 | 111001001011110110001100111011011000111101011000111001001010010110001111111011011000111101010111 | e4bd8ced8f58e4a58fed8f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)