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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 将笋ォ竢ェ | 10001111101010111110001010100010111110001110110110101011111000101000111110101010 | 8fabe2a2f8edabe28faa |
EUC-JP | 将笋?ォ竢ェ | 1011111010101101111001001010010000111111100011101010101111100011111011111000111010101010 | beade4a43f8eabe3ef8eaa |
UTF-8 | 将笋ォ竢ェ | 111001011011000010000110111001111010110010001011111011101001101010001100111011111011110110101011111001111010101110100010111011111011110110101010 | e5b086e7ac8bee9a8cefbdabe7aba2efbdaa |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)