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 | エ簔アエ簔ア | 1011010011100010110000011011000110110100111000101100000110110001 | b4e2c1b1b4e2c1b1 |
EUC-JP | エ簔アエ簔ア | 100011101011010011100100110000111000111010110001100011101011010011100100110000111000111010110001 | 8eb4e4c38eb18eb4e4c38eb1 |
UTF-8 | エ簔アエ簔ア | 111011111011110110110100111001111011000010010100111011111011110110110001111011111011110110110100111001111011000010010100111011111011110110110001 | efbdb4e7b094efbdb1efbdb4e7b094efbdb1 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)