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 | 雅????? | 10001001111010110011111100111111001111110011111100111111 | 89eb3f3f3f3f3f |
EUC-JP | 雅??堉?? | 101100101110110100111111001111111000111110110111111111010011111100111111 | b2ed3f3f8fb7fd3f3f |
UTF-8 | 雅붴돦堉랃쭓 | 111010011001101110000101111010111011011010110100111010111000111110100110111001011010000010001001111010111001111010000011111011001010110110010011 | e99b85ebb6b4eb8fa6e5a089eb9e83ecad93 |
UHC | 雅붴돦堉랃쭓 | 111001001011101010010100111000101000100110101010111010111011110010001101111011111010011110001011 | e4ba94e289aaebbc8defa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)