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 | 塾?? | 10001111011011010011111100111111 | 8f6d3f3f |
EUC-JP | 塾?? | 10111101110011100011111100111111 | bdce3f3f |
UTF-8 | 塾롃렞 | 111001011010000110111110111010111010000110000011111010111010000010011110 | e5a1beeba183eba09e |
UHC | 塾롃렞 | 111000101101001110001110110010101000111010101111 | e2d38eca8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)