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 | 錺穴匠跪 | 1110100001000100100011001000101010001111101000001110011011101100 | e8448c8a8fa0e6ec |
EUC-JP | 錺穴匠跪 | 1110111110100101101101111110101010111110101000101110110011101110 | efa5b7eabea2ecee |
UTF-8 | 錺穴匠跪 | 111010011000110010111010111001111010100110110100111001011000110010100000111010001011011110101010 | e98cbae7a9b4e58ca0e8b7aa |
UHC | ?穴匠? | 001111111111101011101011111011011101110100111111 | 3ffaebeddd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)