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 | 鉙蒔褓 | 111110111100100010001110101010101110010111101110 | fbc88eaae5ee |
EUC-JP | 鉙蒔褓 | 10001111111000111110001110111100101011001110101011110000 | 8fe3e3bcaceaf0 |
UTF-8 | 鉙蒔褓 | 111010011000100110011001111010001001001010010100111010001010010010010011 | e98999e89294e8a493 |
UHC | ?蒔褓 | 0011111111100011110010001101110011001110 | 3fe3c8dcce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)