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 | ??????o | 00111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f6f |
SJIS-WIN | 壯??橈??o | 100110101110000100111111001111111001111011110100001111110011111101101111 | 9ae13f3f9ef43f3f6f |
EUC-JP | 壯??橈??o | 110101001110001100111111001111111101110011110110001111110011111101101111 | d4e33f3fdcf63f3f6f |
UTF-8 | 壯좑푽橈덌숴o | 11100101101000111010111111101100101000101001000111101101100100011011110111100110101010011000100011101011100011011000110011101100100010001011010001101111 | e5a3afeca291ed91bde6a988eb8d8cec88b46f |
UHC | 壯좑푽橈덌숴o | 11101101111000001010000011101111101111101000100011101000111110101000100011101111101111011010010001101111 | ede0a0efbe88e8fa88efbda46f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)