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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?貊??禎? | 0011111111100110101110110011111100111111100100101111010100111111 | 3fe6bb3f3f92f53f |
EUC-JP | ?貊??禎? | 0011111111101100101111010011111100111111110001001111011100111111 | 3fecbd3f3fc4f73f |
UTF-8 | 渽貊렞렋禎렕 | 111001101011100010111101111010001011001010001010111010111010000010011110111010111010000010001011111001111010011010001110111010111010000010010101 | e6b8bde8b28aeba09eeba08be7a68eeba095 |
UHC | 渽貊렞렋禎렕 | 111011101010101011011000111001111000111010101111100011101010001011101111111011101000111010101010 | eeaad8e78eaf8ea2efee8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)