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 | 倚??儀? | 10011000110111110011111100111111100010110101011000111111 | 98df3f3f8b563f |
EUC-JP | 倚??儀? | 11010000111000010011111100111111101101011011011100111111 | d0e13f3fb5b73f |
UTF-8 | 倚밸죭儀붾 | 111001011000000010011010111010111011000010111000111011001010001110101101111001011000010010000000111010111011011010111110 | e5809aebb0b8eca3ade58480ebb6be |
UHC | 倚밸죭儀붾 | 11101011111011111011100111101011101000011000100011101011111100001001010011101011 | ebefb9eba188ebf094eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)