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 | イ苡コ | 10110010111001001000111110111010 | b2e48fba |
EUC-JP | イ苡コ | 100011101011001011100111111011111000111010111010 | 8eb2e7ef8eba |
UTF-8 | イ苡コ | 111011111011110110110010111010001000101110100001111011111011110110111010 | efbdb2e88ba1efbdba |
UHC | ?苡? | 00111111111011001011111000111111 | 3fecbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)