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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 牆??袁 | 111000001010110100111111001111111110010111001101 | e0ad3f3fe5cd |
EUC-JP | 牆??袁 | 111000001010111100111111001111111110101011001111 | e0af3f3feacf |
UTF-8 | 牆얘행袁 | 111001111000100110000110111011001001011010011000111011011001011010001001111010001010001010000001 | e78986ec9698ed9689e8a281 |
UHC | 牆얘행袁 | 1110110111101101101111101110101011000111111000001110101010111110 | ededbeeac7e0eabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)