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 | 映ε???? | 1000100101100110100000111100001100111111001111110011111100111111 | 896683c33f3f3f3f |
EUC-JP | 映ε???? | 1011000111000111101001101100010100111111001111110011111100111111 | b1c7a6c53f3f3f3f |
UTF-8 | 映ε묍殮사괘 | 1110011010011000101000001100111010110101111010111010110010001101111011111010011010100101111011001000001010101100111010101011010010011000 | e698a0ceb5ebac8defa6a5ec82aceab498 |
UHC | 映ε묍殮사괘 | 111001111011000110100101111001011011100110100011111001101111100110111011111001111011000110100101 | e7b1a5e5b9a3e6f9bbe7b1a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)