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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | ???上H | 001111110011111100111111100011111110001101001000 | 3f3f3f8fe348 |
EUC-JP | ???上H | 001111110011111100111111101111101110010101001000 | 3f3f3fbee548 |
UTF-8 | 쒀렊렊上H | 11101100100100101000000011101011101000001000101011101011101000001000101011100100101110001000101001001000 | ec9280eba08aeba08ae4b88a48 |
UHC | 쒀렊렊上H | 101111101010110010001110101000011000111010100001110111111011111001001000 | beac8ea18ea1dfbe48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)