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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 儀??倚? | 10001011010101100011111100111111100110001101111100111111 | 8b563f3f98df3f |
EUC-JP | 儀??倚? | 10110101101101110011111100111111110100001110000100111111 | b5b73f3fd0e13f |
UTF-8 | 儀붾죳倚밸 | 111001011000010010000000111010111011011010111110111011001010001110110011111001011000000010011010111010111011000010111000 | e58480ebb6beeca3b3e5809aebb0b8 |
UHC | 儀붾죳倚밸 | 11101011111100001001010011101011101000011000111011101011111011111011100111101011 | ebf094eba18eebefb9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)