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 | 蓚爺ウシ蟇零 | 11100100111010011001011011101010101100111011110011100101101011111001011111101011 | e4e996eab3bce5af97eb |
EUC-JP | 蓚爺ウシ蟇零 | 111010001110101111001100111011001000111010110011100011101011110011101010101100011100111011101101 | e8ebccec8eb38ebceab1ceed |
UTF-8 | 蓚爺ウシ蟇零 | 111010001001001110011010111001111000100010111010111011111011110110110011111011111011110110111100111010001001111110000111111010011001101110110110 | e8939ae788baefbdb3efbdbce89f87e99bb6 |
UHC | 蓚爺???零 | 111000101011111011100101101011000011111100111111001111111101011011000011 | e2bee5ac3f3f3fd6c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)