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 | 奬?弔傍 | 10011010111110110011111110010010101000101001011001010100 | 9afb3f92a29654 |
EUC-JP | 奬?弔傍 | 11010100111111010011111111000100101001001100101110110101 | d4fd3fc4a4cbb5 |
UTF-8 | 奬렯弔傍 | 111001011010010110101100111010111010000010101111111001011011110010010100111001011000001010001101 | e5a5aceba0afe5bc94e5828d |
UHC | 奬렯弔傍 | 1110110111100001100011101011110011110000110000001101101110101000 | ede18ebcf0c0dba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)