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 | ???揖? | 001111110011111100111111100101110100101100111111 | 3f3f3f974b3f |
EUC-JP | ???揖? | 001111110011111100111111110011011010110000111111 | 3f3f3fcdac3f |
UTF-8 | 劣믪눦揖캛 | 111011111010011010011101111010111010111110101010111010111000100010100110111001101000111110010110111011001011101010011011 | efa69debafaaeb88a6e68f96ecba9b |
UHC | 劣믪눦揖캛 | 11100110111010111001001011101100100001111011110111101011111001111011000001000010 | e6eb92ec87bdebe7b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)