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 | 螟懍遵粤画㊨ | 111001011010010010011100111011001000111110000101111000101110001110001001111001101000011110001001 | e5a49cec8f85e2e389e68789 |
EUC-JP | 螟懍遵粤画? | 1110101010100110110110001110111010111101111001011110010011100101101100101110100000111111 | eaa6d8eebde5e4e5b2e83f |
UTF-8 | 螟懍遵粤画㊨ | 111010001001111010011111111001101000011110001101111010011000000110110101111001111011001010100100111001111001010010111011111000111000101010101000 | e89e9fe6878de981b5e7b2a4e794bbe38aa8 |
UHC | 螟?遵??? | 1101100110101101001111111111000111100101001111110011111100111111 | d9ad3ff1e53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)