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 | 和癩郢 | 100110000110000111100001100110101110011110111001 | 9861e19ae7b9 |
EUC-JP | 和癩郢 | 110011111100001011100001111110101110111010111011 | cfc2e1faeebb |
UTF-8 | 和癩郢 | 111001011001001010001100111001111001100110101001111010011000001110100010 | e5928ce799a9e983a2 |
UHC | 和癩? | 1111101111111010110101001111110100111111 | fbfad4fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)