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\ | 10001000101000100100110001011100 | 88a24c5c |
EUC-JP | 阿L\ | 10110000101001000100110001011100 | b0a44c5c |
UTF-8 | 阿L\ | 1110100110011000101111110100110001011100 | e998bf4c5c |
UHC | 阿L\ | 11100100101110010100110001011100 | e4b94c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)