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 | 蜥ォ諤殖 | 11100101100100101010101111100110100000001001000001000010 | e592abe6809042 |
EUC-JP | 蜥ォ諤殖 | 1110100111110010100011101010101111101011111000001011111110100011 | e9f28eabebe0bfa3 |
UTF-8 | 蜥ォ諤殖 | 111010001001110010100101111011111011110110101011111010001010101110100100111001101010111010010110 | e89ca5efbdabe8aba4e6ae96 |
UHC | ???殖 | 0011111100111111001111111110001111010110 | 3f3f3fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)