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 | 迯鈴。ォ | 111001111000110110010111111010011010000110101011 | e78d97e9a1ab |
EUC-JP | 迯鈴。ォ | 1110110111101101110011101110101110001110101000011000111010101011 | ededceeb8ea18eab |
UTF-8 | 迯鈴。ォ | 111010001011111110101111111010011000100010110100111011111011110110100001111011111011110110101011 | e8bfafe988b4efbda1efbdab |
UHC | ?鈴?? | 0011111111010110110000100011111100111111 | 3fd6c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)