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 | ??雄?? | 001111110011111110010111010110010011111100111111 | 3f3f97593f3f |
EUC-JP | ??雄?? | 001111110011111111001101101110100011111100111111 | 3f3fcdba3f3f |
UTF-8 | 롘렍雄렕렒 | 111010111010000110011000111010111010000010001101111010011001101110000100111010111010000010010101111010111010000010010010 | eba198eba08de99b84eba095eba092 |
UHC | 롘렍雄렕렒 | 10001110110111001000111010100011111010101010100110001110101010101000111010100111 | 8edc8ea3eaa98eaa8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)