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 | 譴捺「釘 | 11100110101000101001001111100110101000101001001101000010 | e6a293e6a29342 |
EUC-JP | 譴捺「釘 | 1110110010100100110001101110100010001110101000101100010110100011 | eca4c6e88ea2c5a3 |
UTF-8 | 譴捺「釘 | 111010001010110110110100111001101000110110111010111011111011110110100010111010011000011110011000 | e8adb4e68dbaefbda2e98798 |
UHC | 譴捺?釘 | 11001100101110011101000111110100001111111110111111111001 | ccb9d1f43feff9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)