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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闌エ豌エ蜉セ | 111010001000110010110100111001101011000010110100111001011000101010111110 | e88cb4e6b0b4e58abe |
EUC-JP | 闌エ豌エ蜉セ | 111011111110110010001110101101001110110010110010100011101011010011101001111010101000111010111110 | efec8eb4ecb28eb4e9ea8ebe |
UTF-8 | 闌エ豌エ蜉セ | 111010011001011110001100111011111011110110110100111010001011000110001100111011111011110110110100111010001001110010001001111011111011110110111110 | e9978cefbdb4e8b18cefbdb4e89c89efbdbe |
UHC | ??豌??? | 00111111001111111110100011010101001111110011111100111111 | 3f3fe8d53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)