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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ? 悌B | 001111111000000101000000100100101110111001000010 | 3f814092ee42 |
EUC-JP | ? 悌B | 001111111010000110100001110001001111000001000010 | 3fa1a1c4f042 |
UTF-8 | 룶 悌B | 11101011101000111011011011100011100000001000000011100110100000101000110001000010 | eba3b6e38080e6828c42 |
UHC | 룶 悌B | 10001111101010111010000110100001111100001010101001000010 | 8faba1a1f0aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)