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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
EUC-JP | ?獒?x | 001111111000111111001011101110110011111101111000 | 3f8fcbbb3f78 |
UTF-8 | 쒔獒롛x | 11101100100100101001010011100111100011011001001011101011101000011001101101111000 | ec9294e78d92eba19b78 |
UHC | 쒔獒롛x | 10111110101011011110100010100011100011101101111101111000 | beade8a38edf78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)