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\ | 111000101011001100111111001111110100110001011100 | e2b33f3f4c5c |
EUC-JP | 箋??L\ | 111001001011010100111111001111110100110001011100 | e4b53f3f4c5c |
UTF-8 | 箋잞쉿L\ | 1110011110101110100010111110110010011110100111101110110010001001101111110100110001011100 | e7ae8bec9e9eec89bf4c5c |
UHC | 箋잞쉿L\ | 1110111110101000100111111110111110111101101100100100110001011100 | efa89fefbdb24c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)