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 | 鍾ケ「骼ウ爾 | 100011111101111110111001101000101110100110001110101100111000111010100010 | 8fdfb9a2e98eb38ea2 |
EUC-JP | 鍾ケ「骼ウ爾 | 101111101110000110001110101110011000111010100010111100011110111010001110101100111011110010100100 | bee18eb98ea2f1ee8eb3bca4 |
UTF-8 | 鍾ケ「骼ウ爾 | 111010011000110110111110111011111011110110111001111011111011110110100010111010011010101010111100111011111011110110110011111001111000100010111110 | e98dbeefbdb9efbda2e9aabcefbdb3e788be |
UHC | 鍾????爾 | 1111000110100011001111110011111100111111001111111110110010110011 | f1a33f3f3f3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)