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 | 淏晟貊 | 111110110100001010011101111011101110011010111011 | fb429deee6bb |
EUC-JP | 淏晟貊 | 10001111110001111101100111011010111100001110110010111101 | 8fc7d9daf0ecbd |
UTF-8 | 淏晟貊 | 111001101011011110001111111001101001100110011111111010001011001010001010 | e6b78fe6999fe8b28a |
UHC | 淏晟貊 | 111110111100100011100000111110011101100011100111 | fbc8e0f9d8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)