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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋓嫉鋗 | 111110111101011010001110101110011111101111010000 | fbd68eb9fbd0 |
EUC-JP | 鋓嫉鋗 | 1000111111100100101111111011110010111011100011111110010011000001 | 8fe4bfbcbb8fe4c1 |
UTF-8 | 鋓嫉鋗 | 111010011000101110010011111001011010101110001001111010011000101110010111 | e98b93e5ab89e98b97 |
UHC | ?嫉? | 00111111111100101110110000111111 | 3ff2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)