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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 儀?????? | 1000101101010110001111110011111100111111001111110011111100111111 | 8b563f3f3f3f3f3f |
EUC-JP | 儀?????? | 1011010110110111001111110011111100111111001111110011111100111111 | b5b73f3f3f3f3f3f |
UTF-8 | 儀붾젪溜딅젦溜 | 111001011000010010000000111010111011011010111110111011001010000010101010111011111010011110001011111010111001010010000101111011001010000010100110111011111010011110001011 | e58480ebb6beeca0aaefa78beb9485eca0a6efa78b |
UHC | 儀붾젪溜딅젦溜 | 1110101111110000100101001110101110100000101000101110101011111110100010101110101110100000100111101110101011111110 | ebf094eba0a2eafe8aeba09eeafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)