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 | 鉉。蜑帷 | 11100111111010011010000111100101100010011001101111100111 | e7e9a1e5899be7 |
EUC-JP | 鉉。蜑帷 | 1110111011101011100011101010000111101001111010011101011011101001 | eeeb8ea1e9e9d6e9 |
UTF-8 | 鉉。蜑帷 | 111010011000100110001001111011111011110110100001111010001001110010010001111001011011100010110111 | e98989efbda1e89c91e5b8b7 |
UHC | 鉉??? | 1111101011101000001111110011111100111111 | fae83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)