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 | 庸??二 | 100101110110011000111111001111111001001111110001 | 97663f3f93f1 |
EUC-JP | 庸??二 | 110011011100011100111111001111111100011011110011 | cdc73f3fc6f3 |
UTF-8 | 庸뉖슢二 | 111001011011101010111000111010111000100110010110111011001000101010100010111001001011101010001100 | e5bab8eb8996ec8aa2e4ba8c |
UHC | 庸뉖슢二 | 1110100110111100100001111110101110011010101011101110110010100011 | e9bc87eb9aaeeca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)