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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??獐? | 001111110011111110001111110010111011101000111111 | 3f3f8fcbba3f |
UTF-8 | 麟렡獐쇠 | 111011111010011110110011111010111010000010100001111001111000110110010000111011001000011110100000 | efa7b3eba0a1e78d90ec87a0 |
UHC | 麟렡獐쇠 | 1110110011101000100011101011001011101101111011111011110011101000 | ece88eb2edefbce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)