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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 牆?縡肆? | 1110000010101101001111111110001101110001111000111110011000111111 | e0ad3fe371e3e63f |
EUC-JP | 牆?縡肆? | 1110000010101111001111111110010111010010111001101110100000111111 | e0af3fe5d2e6e83f |
UTF-8 | 牆렭縡肆렰 | 111001111000100110000110111010111010000010101101111001111011100010100001111010001000001010000110111010111010000010110000 | e78986eba0ade7b8a1e88286eba0b0 |
UHC | 牆렭縡肆렰 | 11101101111011011000111010111010111011101010110111011110111010111000111010111101 | eded8ebaeeaddeeb8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)