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 | 墻←?張 | 10011010110101001000000110101001001111111001001010100011 | 9ad481a93f92a3 |
EUC-JP | 墻←?張 | 11010100110101101010001010101011001111111100010010100101 | d4d6a2ab3fc4a5 |
UTF-8 | 墻←댚張 | 111001011010001010111011111000101000011010010000111010111000110010011010111001011011110010110101 | e5a2bbe28690eb8c9ae5bcb5 |
UHC | 墻←댚張 | 1110110111011111101000011110011110001000101111101110110111100101 | eddfa1e788beede5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)