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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閻コ鄒ィ譌祈 | 11101000100001011011101011100111101111101010100011100110100101111000101101000110 | e885bae7bea8e6978b46 |
EUC-JP | 閻コ鄒ィ譌祈 | 111011111110010110001110101110101110111011000000100011101010100011101011111101111011010110100111 | efe58ebaeec08ea8ebf7b5a7 |
UTF-8 | 閻コ鄒ィ譌祈 | 111010011001011010111011111011111011110110111010111010011000010010010010111011111011110110101000111010001010110110001100111001111010010110001000 | e996bbefbdbae98492efbda8e8ad8ce7a588 |
UHC | 閻?鄒??祈 | 111001111010001000111111111101011101101100111111001111111101000110110111 | e7a23ff5db3f3fd1b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)