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 | ??Þ | 001111110011111111011110 | 3f3fde |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 濚?Þ | 10001111110010011010000100111111100011111010100110110000 | 8fc9a13f8fa9b0 |
UTF-8 | 濚밸Þ | 1110011010111111100110101110101110110000101110001100001110011110 | e6bf9aebb0b8c39e |
UHC | 濚밸Þ | 111001111011100110111001111010111010100010101101 | e7b9b9eba8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)