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 | ??1竊 | 001111110011111110000010010100001110001010000110 | 3f3f8250e286 |
EUC-JP | 獒?1竊 | 1000111111001011101110110011111110100011101100011110001111100110 | 8fcbbb3fa3b1e3e6 |
UTF-8 | 獒밧1竊 | 111001111000110110010010111010111011000010100111111011111011110010010001111001111010101110001010 | e78d92ebb0a7efbc91e7ab8a |
UHC | 獒밧1竊 | 1110100010100011101110011110010110100011101100011110111110111100 | e8a3b9e5a3b1efbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)