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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 遮舎遮舎E | 100011101101010110001110110010011000111011010101100011101100100101000101 | 8ed58ec98ed58ec945 |
EUC-JP | 遮舎遮舎E | 101111001101011110111100110010111011110011010111101111001100101101000101 | bcd7bccbbcd7bccb45 |
UTF-8 | 遮舎遮舎E | 11101001100000011010111011101000100010001000111011101001100000011010111011101000100010001000111001000101 | e981aee8888ee981aee8888e45 |
UHC | 遮?遮?E | 11110011101101000011111111110011101101000011111101000101 | f3b43ff3b43f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)