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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???泣? | 001111110011111100111111100010111000001100111111 | 3f3f3f8b833f |
EUC-JP | ???泣? | 001111110011111100111111101101011110001100111111 | 3f3f3fb5e33f |
UTF-8 | 凉깅냵泣늧 | 111011111010010110111001111010101011100110000101111010111000001110110101111001101011001110100011111010111000101010100111 | efa5b9eab985eb83b5e6b3a3eb8aa7 |
UHC | 凉깅냵泣늧 | 11100101101111001011000111101011100001101000010111101011111010001000100001101110 | e5bcb1eb8685ebe8886e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)