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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娃??撓?? | 1000100010100001001111110011111110011101100110100011111100111111 | 88a13f3f9d9a3f3f |
EUC-JP | 娃??撓?? | 1011000010100011001111110011111111011001111110100011111100111111 | b0a33f3fd9fa3f3f |
UTF-8 | 娃믭쉴撓딉슁 | 111001011010100010000011111010111010111110101101111011001000100110110100111001101001001010010011111010111001010010001001111011001000101010000001 | e5a883ebafadec89b4e69293eb9489ec8a81 |
UHC | 娃믭쉴撓딉슁 | 111010001101111110010010111011111011110110101111111010001111010110001010111011111011110110110011 | e8df92efbdafe8f58aefbdb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)