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 | 喊痿咤驅 | 1001101001011110111000010111111010011010010000101110100101111011 | 9a5ee17e9a42e97b |
EUC-JP | 喊痿咤驅 | 1101001110111111111000011101111111010011101000111111000111011100 | d3bfe1dfd3a3f1dc |
UTF-8 | 喊痿咤驅 | 111001011001011010001010111001111001011110111111111001011001001010100100111010011010100110000101 | e5968ae797bfe592a4e9a985 |
UHC | 喊?咤驅 | 11111001111000100011111111110110111000111100111111001100 | f9e23ff6e3cfcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)