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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 泣??\ | 1000101110000011001111110011111101011100 | 8b833f3f5c |
EUC-JP | 泣??\ | 1011010111100011001111110011111101011100 | b5e33f3f5c |
UTF-8 | 泣뽫뼨\ | 11100110101100111010001111101011101111011010101111101011101111001010100001011100 | e6b3a3ebbdabebbca85c |
UHC | 泣뽫뼨\ | 11101011111010001001011011100111100101101010101101011100 | ebe896e796ab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)