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 | 蘓嚆戀 | 111001010101111010011010100001011001110011110110 | e55e9a859cf6 |
EUC-JP | 蘓嚆戀 | 111010011011111111010011111001011101100011111000 | e9bfd3e5d8f8 |
UTF-8 | 蘓嚆戀 | 111010001001100010010011111001011001101010000110111001101000100010000000 | e89893e59a86e68880 |
UHC | ?嚆戀 | 0011111111111100111101111101010111111100 | 3ffcf7d5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)