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 | ÏÙì¼ | 11001111110110011110110010111100 | cfd9ecbc |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÏÙì? | 10001111101010101100000110001111101010101110001110001111101010111100000000111111 | 8faac18faae38fabc03f |
UTF-8 | ÏÙì¼ | 1100001110001111110000111001100111000011101011001100001010111100 | c38fc399c3acc2bc |
UHC | ???¼ | 0011111100111111001111111010100011111001 | 3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)