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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 儀??倚??\ | 100010110101011000111111001111111001100011011111001111110011111101011100 | 8b563f3f98df3f3f5c |
EUC-JP | 儀??倚??\ | 101101011011011100111111001111111101000011100001001111110011111101011100 | b5b73f3fd0e13f3f5c |
UTF-8 | 儀붾젌倚밸죭\ | 11100101100001001000000011101011101101101011111011101100101000001000110011100101100000001001101011101011101100001011100011101100101000111010110101011100 | e58480ebb6beeca08ce5809aebb0b8eca3ad5c |
UHC | 儀붾젌倚밸죭\ | 11101011111100001001010011101011101000001000110111101011111011111011100111101011101000011000100001011100 | ebf094eba08debefb9eba1885c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)