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 | 驍ゆケ斟壼ッ | 11101001100000101000001011100100101110011001110111001110100110101110010110101111 | e98282e4b99dce9ae5af |
EUC-JP | 驍ゆケ斟壼ッ | 111100011110001010100100111001101000111010111001110110101101000011010100111001111000111010101111 | f1e2a4e68eb9dad0d4e78eaf |
UTF-8 | 驍ゆケ斟壼ッ | 111010011010100110001101111000111000001010000110111011111011110110111001111001101001011010011111111001011010001110111100111011111011110110101111 | e9a98de38286efbdb9e6969fe5a3bcefbdaf |
UHC | 驍ゆ?斟?? | 111111011010010010101010111001100011111111110010111110000011111100111111 | fda4aae63ff2f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)