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\ | 0011111100111111001111110100110001011100 | 3f3f3f4c5c |
SJIS-WIN | 鼇??L\ | 111010101000011100111111001111110100110001011100 | ea873f3f4c5c |
EUC-JP | 鼇??L\ | 111100111110011100111111001111110100110001011100 | f3e73f3f4c5c |
UTF-8 | 鼇묋콝L\ | 1110100110111100100001111110101110101100100010111110110010111101100111010100110001011100 | e9bc87ebac8becbd9d4c5c |
UHC | 鼇묋콝L\ | 1110100010101000100100011110100010110001100101010100110001011100 | e8a891e8b1954c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)