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 | 咤驅咤韈 | 1001101001000010111010010111101110011010010000101110100011100111 | 9a42e97b9a42e8e7 |
EUC-JP | 咤驅咤韈 | 1101001110100011111100011101110011010011101000111111000011101001 | d3a3f1dcd3a3f0e9 |
UTF-8 | 咤驅咤韈 | 111001011001001010100100111010011010100110000101111001011001001010100100111010011001111110001000 | e592a4e9a985e592a4e99f88 |
UHC | 咤驅咤? | 11110110111000111100111111001100111101101110001100111111 | f6e3cfccf6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)