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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?飡?飡^ | 001111111000111111101000110010000011111110001111111010001100100001011110 | 3f8fe8c83f8fe8c85e |
UTF-8 | 쓹飡쓹飡^ | 11101100100100111011100111101001101000111010000111101100100100111011100111101001101000111010000101011110 | ec93b9e9a3a1ec93b9e9a3a15e |
UHC | 쓹飡쓹飡^ | 100111011001010111100001111000101001110110010101111000011110001001011110 | 9d95e1e29d95e1e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)