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 | 造????坑 | 1001000110100010001111110011111100111111001111111000110101000010 | 91a23f3f3f3f8d42 |
EUC-JP | 造????坑 | 1100001010100100001111110011111100111111001111111011100110100011 | c2a43f3f3f3fb9a3 |
UTF-8 | 造섦뤵펿죳坑 | 111010011000000010100000111011001000010010100110111010111010010010110101111011011000111010111111111011001010001110110011111001011001110110010001 | e980a0ec84a6eba4b5ed8ebfeca3b3e59d91 |
UHC | 造섦뤵펿죳坑 | 111100001110001110111100101101001000111111100011101111001000111010100001100011101100101111010101 | f0e3bcb48fe3bc8ea18ecbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)