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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???櫛? | 001111110011111100111111100010111111100100111111 | 3f3f3f8bf93f |
EUC-JP | ???櫛? | 001111110011111100111111101101101111101100111111 | 3f3f3fb6fb3f |
UTF-8 | 알롃렡櫛렜 | 111011001001010110001100111010111010000110000011111010111010000010100001111001101010101110011011111010111010000010011100 | ec958ceba183eba0a1e6ab9beba09c |
UHC | 알롃렡櫛렜 | 10111110110010111000111011001010100011101011001011110001111011101000111010101110 | becb8eca8eb2f1ee8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)