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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迂絞?? | 100010010100100110001101011010010011111100111111 | 89498d693f3f |
EUC-JP | 迂絞?? | 101100011010101010111001110010100011111100111111 | b1aab9ca3f3f |
UTF-8 | 迂絞렱렏 | 111010001011111110000010111001111011010110011110111010111010000010110001111010111010000010001111 | e8bf82e7b59eeba0b1eba08f |
UHC | 迂絞렱렏 | 1110100111100110110011101110110110001110101111101000111010100101 | e9e6ceed8ebe8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)