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 | 螯也洌遏ョ邏 | 1110010110100110100101101110011110011111101011101110011110011111101011101110011110110100 | e5a696e79faee79faee7b4 |
EUC-JP | 螯也洌遏ョ邏 | 111010101010100011001100111010011101111010110000111011101010000110001110101011101110111010110110 | eaa8cce9deb0eea18eaeeeb6 |
UTF-8 | 螯也洌遏ョ邏 | 111010001001111010101111111001001011100110011111111001101011010010001100111010011000000110001111111011111011110110101110111010011000001010001111 | e89eafe4b99fe6b48ce9818fefbdaee9828f |
UHC | ?也洌??邏 | 001111111110010110100101110101101010110000111111001111111101010110100100 | 3fe5a5d6ac3f3fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)