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^ | 111001111001001010001011111010111010000010001111010011001110011110010010100010111110101110100000100011110100110001011110 | e7928beba08f4ce7928beba08f4c5e |
UHC | 璋렏L璋렏L^ | 1110110111110000100011101010010101001100111011011111000010001110101001010100110001011110 | edf08ea54cedf08ea54c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)