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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 射雫璽 | 100011101100101110001110101101001000111010100011 | 8ecb8eb48ea3 |
EUC-JP | 射雫璽 | 101111001100110110111100101101101011110010100101 | bccdbcb6bca5 |
UTF-8 | 射雫璽 | 111001011011000010000100111010011001101110101011111001111001001010111101 | e5b084e99babe792bd |
UHC | 射?璽 | 1101111011010010001111111101111111011110 | ded23fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)