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 | ??ダ?悳チ | 001111110011111110000011010111110011111110011100011110111000001101100000 | 3f3f835f3f9c7b8360 |
EUC-JP | ??ダ?悳チ | 001111110011111110100101110000000011111111010111110111001010010111000001 | 3f3fa5c03fd7dca5c1 |
UTF-8 | 룴횕ダ룵悳チ | 111010111010001110110100111011011001101010010101111000111000001110000000111010111010001110110101111001101000001010110011111000111000001110000001 | eba3b4ed9a95e38380eba3b5e682b3e38381 |
UHC | 룴횕ダ룵悳チ | 100011111010100111000011100011111010101111000000100011111010101011010011111011011010101111000001 | 8fa9c38fabc08faad3edabc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)