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 | 壯??僥 | 100110101110000100111111001111111001100101000110 | 9ae13f3f9946 |
EUC-JP | 壯??僥 | 110101001110001100111111001111111101000110100111 | d4e33f3fd1a7 |
UTF-8 | 壯븃눎僥 | 111001011010001110101111111010111011100010000011111010111000100010001110111001011000001110100101 | e5a3afebb883eb888ee583a5 |
UHC | 壯븃눎僥 | 1110110111100000101110101110100010000111101010101110100011101001 | ede0bae887aae8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)