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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉤俶尸跼ス | 111001111110101010011000111001101001101110011001111001101111000010111101 | e7ea98e69b99e6f0bd |
EUC-JP | 鉤俶尸跼ス | 11101110111011001101000011101000110101011111100111101100111100101000111010111101 | eeecd0e8d5f9ecf28ebd |
UTF-8 | 鉤俶尸跼ス | 111010011000100110100100111001001011111110110110111001011011000010111000111010001011011110111100111011111011110110111101 | e989a4e4bfb6e5b0b8e8b7bcefbdbd |
UHC | 鉤?尸?? | 11001111110010010011111111100011101110010011111100111111 | cfc93fe3b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)