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 | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
UTF-8 | 溜쏅퍩溜쏁뇠E | 11101111101001111000101111101100100011111000010111101101100011011010100111101111101001111000101111101100100011111000000111101011100001111010000001000101 | efa78bec8f85ed8da9efa78bec8f81eb87a045 |
UHC | 溜쏅퍩溜쏁뇠E | 11101010111111101001101111101011101110111010000011101010111111101001101111100111100001111000100001000101 | eafe9bebbba0eafe9be7878845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)