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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????櫛? | 00111111001111110011111100111111100010111111100100111111 | 3f3f3f3f8bf93f |
EUC-JP | ?寗??櫛? | 001111111000111110111010111000000011111100111111101101101111101100111111 | 3f8fbae03f3fb6fb3f |
UTF-8 | 뤶寗륨렟櫛렦 | 111010111010010010110110111001011010111110010111111010111010010110101000111010111010000010011111111001101010101110011011111010111010000010100110 | eba4b6e5af97eba5a8eba09fe6ab9beba0a6 |
UHC | 뤶寗륨렟櫛렦 | 100011111110010011010010101111001011011111111101100011101011000011110001111011101000111010110101 | 8fe4d2bcb7fd8eb0f1ee8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)