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 | ØÎä¼ | 11011000110011101110010010111100 | d8cee4bc |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ØÎä? | 10001111101010011010110010001111101010101100001010001111101010111010001100111111 | 8fa9ac8faac28faba33f |
UTF-8 | ØÎä¼ | 1100001110011000110000111000111011000011101001001100001010111100 | c398c38ec3a4c2bc |
UHC | Ø??¼ | 101010001010101000111111001111111010100011111001 | a8aa3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)