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 | 吟?鷹??瀞 | 100010111110000100111111100100011110100100111111001111111001001111010010 | 8be13f91e93f3f93d2 |
EUC-JP | 吟?鷹??瀞 | 101101101110001100111111110000101110101100111111001111111100011011010100 | b6e33fc2eb3f3fc6d4 |
UTF-8 | 吟렞鷹꿰볕瀞 | 111001011001000010011111111010111010000010011110111010011011011110111001111010101011111110110000111010111011001110010101111001111000000010011110 | e5909feba09ee9b7b9eabfb0ebb395e7809e |
UHC | 吟렞鷹꿰볕瀞 | 111010111110000110001110101011111110101111101101101100101110011110111010101101011110111111100111 | ebe18eafebedb2e7bab5efe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)