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 | 100010011001100000111111001111111001100001100000001111110011111101000101 | 89983f3f98603f3f45 |
EUC-JP | 汚??倭??E | 101100011111100000111111001111111100111111000001001111110011111101000101 | b1f83f3fcfc13f3f45 |
UTF-8 | 汚뀐슈倭듸쉘E | 11100110101100011001101011101011100000001001000011101100100010101000100011100101100000001010110111101011100100111011100011101100100010011001100001000101 | e6b19aeb8090ec8a88e580adeb93b8ec899845 |
UHC | 汚뀐슈倭듸쉘E | 11100111111111011011001011101111101111011011010011101000110111101011010111101111101111011010100101000101 | e7fdb2efbdb4e8deb5efbda945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)