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 | 畯峯??壁 | 1111101101101111100101011111010100111111001111111001010111000111 | fb6f95f53f3f95c7 |
EUC-JP | 畯峯??壁 | 100011111100110110111011110010101111011100111111001111111100101011001001 | 8fcdbbcaf73f3fcac9 |
UTF-8 | 畯峯렣쇠壁 | 111001111001010110101111111001011011001110101111111010111010000010100011111011001000011110100000111001011010001110000001 | e795afe5b3afeba0a3ec87a0e5a381 |
UHC | 畯峯렣쇠壁 | 11110001111000011101110011100111100011101011010010111100111010001101101111111010 | f1e1dce78eb4bce8dbfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)