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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鈑溷m | 111001111110010110011111111001011000001010001101 | e7e59fe5828d |
EUC-JP | 鈑溷m | 111011101110011111011110111001111010001111101101 | eee7dee7a3ed |
UTF-8 | 鈑溷m | 111010011000100010010001111001101011101010110111111011111011110110001101 | e98891e6bab7efbd8d |
UHC | 鈑?m | 1111011111111110001111111010001111101101 | f7fe3fa3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)