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 | ?期?? | 0011111110001010111110100011111100111111 | 3f8afa3f3f |
EUC-JP | ?期?ł | 00111111101101001111110000111111100011111010100111001000 | 3fb4fc3f8fa9c8 |
UTF-8 | 뤦期츕ł | 1110101110100100101001101110011010011100100111111110110010111000100101011100010110000010 | eba4a6e69c9fecb895c582 |
UHC | 뤦期츕ł | 1000111111010100110100011010001010101110100011111010100110101001 | 8fd4d1a2ae8fa9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)