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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 臾?ぜ臾⑤ | 111001000110101100111111100000101011101011100100011010111000011101000100 | e46b3f82bae46b8744 |
EUC-JP | 臾?ぜ臾? | 1110011111001100001111111010010010111100111001111100110000111111 | e7cc3fa4bce7cc3f |
UTF-8 | 臾용ぜ臾⑤ | 111010001000011110111110111011001001101010101001111000111000000110011100111010001000011110111110111000101001000110100100 | e887beec9aa9e3819ce887bee291a4 |
UHC | 臾용ぜ臾⑤ | 11101011101011001011111111101011101010101011110011101011101011001010100011101011 | ebacbfebaabcebaca8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)