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 | 羝豪┏蟠 | 1110001110110110100011011000101110000100101011001110010110110100 | e3b68d8b84ace5b4 |
EUC-JP | 羝豪┏蟠 | 1110011010111000101110011110101110101000101011101110101010110110 | e6b8b9eba8aeeab6 |
UTF-8 | 羝豪┏蟠 | 111001111011111010011101111010001011000110101010111000101001010010001111111010001001111110100000 | e7be9de8b1aae2948fe89fa0 |
UHC | ?豪┏蟠 | 00111111111110111101111110100110101011101101101011110110 | 3ffbdfa6aedaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)