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 | ????喇 | 001111110011111100111111001111111001101001101000 | 3f3f3f3f9a68 |
EUC-JP | ????喇 | 001111110011111100111111001111111101001111001001 | 3f3f3f3fd3c9 |
UTF-8 | 얍롍뤦讀喇 | 111011001001011010001101111010111010000110001101111010111010010010100110111011111010010110011010111001011001011010000111 | ec968deba18deba4a6efa59ae59687 |
UHC | 얍롍뤦讀喇 | 10111110111001011000111011010011100011111101010011010100111001101101010011111010 | bee58ed38fd4d4e6d4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)