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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 倚??儀??E | 100110001101111100111111001111111000101101010110001111110011111101000101 | 98df3f3f8b563f3f45 |
EUC-JP | 倚??儀??E | 110100001110000100111111001111111011010110110111001111110011111101000101 | d0e13f3fb5b73f3f45 |
UTF-8 | 倚밸젧儀붾젩E | 11100101100000001001101011101011101100001011100011101100101000001010011111100101100001001000000011101011101101101011111011101100101000001010100101000101 | e5809aebb0b8eca0a7e58480ebb6beeca0a945 |
UHC | 倚밸젧儀붾젩E | 11101011111011111011100111101011101000001001111111101011111100001001010011101011101000001010000101000101 | ebefb9eba09febf094eba0a145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)