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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?戍麝? | 001111111001110011111001111010100110110000111111 | 3f9cf9ea6c3f |
EUC-JP | ?戍麝? | 001111111101100011111011111100111100110100111111 | 3fd8fbf3cd3f |
UTF-8 | 룶戍麝퐝 | 111010111010001110110110111001101000100010001101111010011011101010011101111011011001000010011101 | eba3b6e6888de9ba9ded909d |
UHC | 룶戍麝퐝 | 1000111110101011111000101010000111011110111110101100011110100010 | 8fabe2a1defac7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)