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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 重?吟?淫? | 100011110110010000111111100010111110000100111111100010001111101000111111 | 8f643f8be13f88fa3f |
EUC-JP | 重?吟?淫? | 101111011100010100111111101101101110001100111111101100001111110000111111 | bdc53fb6e33fb0fc3f |
UTF-8 | 重렦吟렟淫렍 | 111010011000011110001101111010111010000010100110111001011001000010011111111010111010000010011111111001101011011110101011111010111010000010001101 | e9878deba0a6e5909feba09fe6b7abeba08d |
UHC | 重렦吟렟淫렍 | 111100011110110010001110101101011110101111100001100011101011000011101011111000101000111010100011 | f1ec8eb5ebe18eb0ebe28ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)