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^ | 100010100100001100111111010011001000101001000011001111110100110001011110 | 8a433f4c8a433f4c5e |
EUC-JP | 海?L海?L^ | 101100111010010000111111010011001011001110100100001111110100110001011110 | b3a43f4cb3a43f4c5e |
UTF-8 | 海렏L海렏L^ | 111001101011010110110111111010111010000010001111010011001110011010110101101101111110101110100000100011110100110001011110 | e6b5b7eba08f4ce6b5b7eba08f4c5e |
UHC | 海렏L海렏L^ | 1111101010101101100011101010010101001100111110101010110110001110101001010100110001011110 | faad8ea54cfaad8ea54c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)