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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 贈息臓続臓 | 10010001101000011001000110100111100100011001111110010001101100011001000110011111 | 91a191a7919f91b1919f |
EUC-JP | 贈息臓続臓 | 11000010101000111100001010101001110000101010000111000010101100111100001010100001 | c2a3c2a9c2a1c2b3c2a1 |
UTF-8 | 贈息臓続臓 | 111010001011010010001000111001101000000110101111111010001000011110010011111001111011011010011010111010001000011110010011 | e8b488e681afe88793e7b69ae88793 |
UHC | 贈息??? | 11110001111111001110001111010011001111110011111100111111 | f1fce3d33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)