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 | 繒??莎?? | 1111101110001111001111110011111111100100101100110011111100111111 | fb8f3f3fe4b33f3f |
EUC-JP | 繒熢?莎?? | 1000111111010100110101001000111111001010101010110011111111101000101101010011111100111111 | 8fd4d48fcaab3fe8b53f3f |
UTF-8 | 繒熢렦莎렏렏 | 111001111011100110010010111001111000011010100010111010111010000010100110111010001000111010001110111010111010000010001111111010111010000010001111 | e7b992e786a2eba0a6e88e8eeba08feba08f |
UHC | 繒熢렦莎렏렏 | 111100011111100111011100111011001000111010110101110111101110110110001110101001011000111010100101 | f1f9dcec8eb5deed8ea58ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)