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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??除???? | 0011111100111111100011111001110000111111001111110011111100111111 | 3f3f8f9c3f3f3f3f |
EUC-JP | ??除???? | 0011111100111111101111011111110000111111001111110011111100111111 | 3f3fbdfc3f3f3f3f |
UTF-8 | 麟렟除븅렏렏卽 | 111011111010011110110011111010111010000010011111111010011001100110100100111010111011100010000101111010111010000010001111111010111010000010001111111001011000110110111101 | efa7b3eba09fe999a4ebb885eba08feba08fe58dbd |
UHC | 麟렟除븅렏렏卽 | 1110110011101000100011101011000011110000101101101011101011101001100011101010010110001110101001011111000111101101 | ece88eb0f0b6bae98ea58ea5f1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)