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 | 隰ヲ逡キ遘、 | 111010001010110010100110111001111001010110110111111001111010011110100100 | e8aca6e795b7e7a7a4 |
EUC-JP | 隰ヲ逡キ遘、 | 111100001010111010001110101001101110110111110101100011101011011111101110101010011000111010100100 | f0ae8ea6edf58eb7eea98ea4 |
UTF-8 | 隰ヲ逡キ遘、 | 111010011001101010110000111011111011110110100110111010011000000010100001111011111011110110110111111010011000000110011000111011111011110110100100 | e99ab0efbda6e980a1efbdb7e98198efbda4 |
UHC | ??逡??? | 00111111001111111111000111100100001111110011111100111111 | 3f3ff1e43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)