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 | 顫磯、捺、狗 | 11101000111110101000100011101001101001001001001111100110101001001000101111100111 | e8fa88e9a493e6a48be7 |
EUC-JP | 顫磯、捺、狗 | 111100001111110010110000111010111000111010100100110001101110100010001110101001001011011011101001 | f0fcb0eb8ea4c6e88ea4b6e9 |
UTF-8 | 顫磯、捺、狗 | 111010011010000110101011111001111010001110101111111011111011110110100100111001101000110110111010111011111011110110100100111001111000101110010111 | e9a1abe7a3afefbda4e68dbaefbda4e78b97 |
UHC | 顫磯?捺?狗 | 11101111101101011101000110110100001111111101000111110100001111111100111110110111 | efb5d1b43fd1f43fcfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)