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 | 遲ァ闍ウ | 111001111010110110100111111010001000101110110011 | e7ada7e88bb3 |
EUC-JP | 遲ァ闍ウ | 1110111010101111100011101010011111101111111010111000111010110011 | eeaf8ea7efeb8eb3 |
UTF-8 | 遲ァ闍ウ | 111010011000000110110010111011111011110110100111111010011001011110001101111011111011110110110011 | e981b2efbda7e9978defbdb3 |
UHC | 遲??? | 1111001011000000001111110011111100111111 | f2c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)