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 | ????櫛? | 00111111001111110011111100111111101101101111101100111111 | 3f3f3f3fb6fb3f |
UTF-8 | 뤶읊ㆍ롁櫛렫 | 111010111010010010110110111011001001110110001010111000111000011010001101111010111010000110000001111001101010101110011011111010111010000010101011 | eba4b6ec9d8ae3868deba181e6ab9beba0ab |
UHC | 뤶읊ㆍ롁櫛렫 | 100011111110010011000000101111001010010011111101100011101100100011110001111011101000111010111001 | 8fe4c0bca4fd8ec8f1ee8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)