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 | ?х?淫 | 001111111000010010000111001111111000100011111010 | 3f84873f88fa |
EUC-JP | ?х?淫 | 001111111010011111100111001111111011000011111100 | 3fa7e73fb0fc |
UTF-8 | 吳х덱淫 | 1110010110010000101100111101000110000101111010111000110110110001111001101011011110101011 | e590b3d185eb8db1e6b7ab |
UHC | 吳х덱淫 | 1110011111101111101011001110011110110101101001101110101111100010 | e7eface7b5a6ebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)