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 | 遵??淫? | 10001111100001010011111100111111100010001111101000111111 | 8f853f3f88fa3f |
EUC-JP | 遵?玭淫? | 101111011110010100111111100011111100101111100001101100001111110000111111 | bde53f8fcbe1b0fc3f |
UTF-8 | 遵몃玭淫괏 | 111010011000000110110101111010111010101010000011111001111000111010101101111001101011011110101011111010101011010010001111 | e981b5ebaa83e78eade6b7abeab48f |
UHC | 遵몃玭淫괏 | 11110001111001011011100011101011110111101011011111101011111000101011000110100011 | f1e5b8ebdeb7ebe2b1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)