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 | 娃⑨?瓦よ? | 10001000101000011000011101001000001111111000101010100010100000101110011000111111 | 88a187483f8aa282e63f |
EUC-JP | 娃??瓦よ? | 101100001010001100111111001111111011010010100100101001001110100000111111 | b0a33f3fb4a4a4e83f |
UTF-8 | 娃⑨숱瓦よ썦 | 111001011010100010000011111000101001000110101000111011001000100010110001111001111001001110100110111000111000001010001000111011001000110110100110 | e5a883e291a8ec88b1e793a6e38288ec8da6 |
UHC | 娃⑨숱瓦よ썦 | 111010001101111110101000111011111011110110100010111010001011111110101010111010001001101110011001 | e8dfa8efbda2e8bfaae89b99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)