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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瀛??愼 | 111000000110100100111111001111111001110011000100 | e0693f3f9cc4 |
EUC-JP | 瀛??愼 | 110111111100101000111111001111111101100011000110 | dfca3f3fd8c6 |
UTF-8 | 瀛깗뢆愼 | 111001111000000010011011111010101011100110010111111010111010001010000110111001101000010010111100 | e7809beab997eba286e684bc |
UHC | 瀛깗뢆愼 | 1110011110111010100000111000111110001111010000101110001111100101 | e7ba838f8f42e3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)