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 | 園?? | 10001001100000000011111100111111 | 89803f3f |
EUC-JP | 園?? | 10110001111000000011111100111111 | b1e03f3f |
UTF-8 | 園띔갱 | 111001011001110010010010111010111001110110010100111010101011000010110001 | e59c92eb9d94eab0b1 |
UHC | 園띔갱 | 111010101010111010110110111010101011000010111011 | eaaeb6eab0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)