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 | 뤶寗₃롖櫛렫 | 111010111010010010110110111001011010111110010111111000101000001010000011111010111010000110010110111001101010101110011011111010111010000010101011 | eba4b6e5af97e28283eba196e6ab9beba0ab |
UHC | 뤶寗₃롖櫛렫 | 100011111110010011010010101111001010100111111101100011101101101011110001111011101000111010111001 | 8fe4d2bca9fd8edaf1ee8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)