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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 臂饗逸 | 111001000101110110001011110000001000100011101101 | e45d8bc088ed |
EUC-JP | 臂饗逸 | 111001111011111010110110110000101011000011101111 | e7beb6c2b0ef |
UTF-8 | 臂饗逸 | 111010001000011110000010111010011010010110010111111010011000000010111000 | e88782e9a597e980b8 |
UHC | 臂饗逸 | 110111101010001011111010110001001110110011101111 | dea2fac4ecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)