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 | 要よ?節?? | 100101110111011010000010111001100011111110010000110111110011111100111111 | 977682e63f90df3f3f |
| EUC-JP | 要よ?節?? | 110011011101011110100100111010000011111111000000111000010011111100111111 | cdd7a4e83fc0e13f3f |
| UTF-8 | 要よ쵌節멥궍 | 111010001010011010000001111000111000001010001000111011001011010110001100111001111010111110000000111010111010100110100101111010101011011010001101 | e8a681e38288ecb58ce7af80eba9a5eab68d |
| UHC | 要よ쵌節멥궍 | 111010011010100110101010111010001010110010001110111011111011110110111000111000111000001010100011 | e9a9aae8ac8eefbdb8e382a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)