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 | 湜湿澵失煆 | 11111011010001111000111010111100111110110100110010001110101110001111101101010110 | fb478ebcfb4c8eb8fb56 |
EUC-JP | 湜湿澵失煆 | 10001111110001111111110010111100101111101000111111001000111110001011110010111010100011111100100111110100 | 8fc7fcbcbe8fc8f8bcba8fc9f4 |
UTF-8 | 湜湿澵失煆 | 111001101011100110011100111001101011100110111111111001101011111010110101111001011010010010110001111001111000010110000110 | e6b99ce6b9bfe6beb5e5a4b1e78586 |
UHC | 湜??失? | 11100011110101110011111100111111111000111111011100111111 | e3d73f3fe3f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)