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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 覲癩繿F | 11100110010100101110000110011010111000111001000101000110 | e652e19ae39146 |
EUC-JP | 覲癩繿F | 11101011101100111110000111111010111001011111000101000110 | ebb3e1fae5f146 |
UTF-8 | 覲癩繿F | 11101000101001101011001011100111100110011010100111100111101110011011111101000110 | e8a6b2e799a9e7b9bf46 |
UHC | 覲癩?F | 110100001100110011010100111111010011111101000110 | d0ccd4fd3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)