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 | 単辿属竪 | 1001001001010000100100100100100010010001101011101001001001000111 | 9250924891ae9247 |
EUC-JP | 単辿属竪 | 1100001110110001110000111010100111000010101100001100001110101000 | c3b1c3a9c2b0c3a8 |
UTF-8 | 単辿属竪 | 111001011000110110011000111010001011111010111111111001011011000110011110111001111010101110101010 | e58d98e8bebfe5b19ee7abaa |
UHC | ???竪 | 0011111100111111001111111110001010110101 | 3f3f3fe2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)