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 | 隰ヲ逡キ蝨ヲ | 111010001010110010100110111001111001010110110111111001011001110010100110 | e8aca6e795b7e59ca6 |
EUC-JP | 隰ヲ逡キ蝨ヲ | 111100001010111010001110101001101110110111110101100011101011011111101001111111001000111010100110 | f0ae8ea6edf58eb7e9fc8ea6 |
UTF-8 | 隰ヲ逡キ蝨ヲ | 111010011001101010110000111011111011110110100110111010011000000010100001111011111011110110110111111010001001110110101000111011111011110110100110 | e99ab0efbda6e980a1efbdb7e89da8efbda6 |
UHC | ??逡?蝨? | 0011111100111111111100011110010000111111111000111010010000111111 | 3f3ff1e43fe3a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)