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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 雕?媛嶝??B | 11101000101110000011111110010101010100011001101111010001001111110011111101000010 | e8b83f95519bd13f3f42 |
EUC-JP | 雕?媛嶝??B | 11110000101110100011111111001001101100101101011011010011001111110011111101000010 | f0ba3fc9b2d6d33f3f42 |
UTF-8 | 雕렧媛嶝렲렊B | 11101001100110111001010111101011101000001010011111100101101010101001101111100101101101101001110111101011101000001011001011101011101000001000101001000010 | e99b95eba0a7e5aa9be5b69deba0b2eba08a42 |
UHC | 雕렧媛嶝렲렊B | 11110000111001111000111010110110111010101011000011010100111100011000111010111111100011101010000101000010 | f0e78eb6eab0d4f18ebf8ea142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)