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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 璋?L璋?L^ | 111000001111011000111111010011001110000011110110001111110100110001011110 | e0f63f4ce0f63f4c5e |
EUC-JP | 璋?L璋?L^ | 111000001111100000111111010011001110000011111000001111110100110001011110 | e0f83f4ce0f83f4c5e |
UTF-8 | 璋렡L璋렡L^ | 111001111001001010001011111010111010000010100001010011001110011110010010100010111110101110100000101000010100110001011110 | e7928beba0a14ce7928beba0a14c5e |
UHC | 璋렡L璋렡L^ | 1110110111110000100011101011001001001100111011011111000010001110101100100100110001011110 | edf08eb24cedf08eb24c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)