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 | 赱シ螟ア雍剰 | 11100110110111111011110011100101101001001011000111101000101101001000111111101000 | e6dfbce5a4b1e8b48fe8 |
EUC-JP | 赱シ螟ア雍剰 | 111011001110000110001110101111001110101010100110100011101011000111110000101101101011111011101010 | ece18ebceaa68eb1f0b6beea |
UTF-8 | 赱シ螟ア雍剰 | 111010001011010110110001111011111011110110111100111010001001111010011111111011111011110110110001111010011001101110001101111001011000100110110000 | e8b5b1efbdbce89e9fefbdb1e99b8de589b0 |
UHC | ??螟?雍? | 0011111100111111110110011010110100111111111010001011110000111111 | 3f3fd9ad3fe8bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)