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\ | 001111110100110001011100 | 3f4c5c |
SJIS-WIN | 涌L\ | 10010111010011110100110001011100 | 974f4c5c |
EUC-JP | 涌L\ | 11001101101100000100110001011100 | cdb04c5c |
UTF-8 | 涌L\ | 1110011010110110100011000100110001011100 | e6b68c4c5c |
UHC | 涌L\ | 11101001101111110100110001011100 | e9bf4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)