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 | 邂溽去 | 111001111010111010011111111001111000101110001110 | e7ae9fe78b8e |
EUC-JP | 邂溽去 | 111011101011000011011110111010011011010111101110 | eeb0dee9b5ee |
UTF-8 | 邂溽去 | 111010011000001010000010111001101011101010111101111001011000111010111011 | e98282e6babde58ebb |
UHC | 邂?去 | 1111101010110011001111111100101111011011 | fab33fcbdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)