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 | 顆樊サ難スウ | 111010001111011110011110111001101011101110010011111011111011110110110011 | e8f79ee6bb93efbdb3 |
EUC-JP | 顆樊サ難スウ | 111100001111100111011100111010001000111010111011110001101111000110001110101111011000111010110011 | f0f9dce88ebbc6f18ebd8eb3 |
UTF-8 | 顆樊サ難スウ | 111010011010000110000110111001101010100010001010111011111011110110111011111010011001101110100011111011111011110110111101111011111011110110110011 | e9a186e6a88aefbdbbe99ba3efbdbdefbdb3 |
UHC | 顆樊?難?? | 110011101010100011011011111000000011111111010001111100010011111100111111 | cea8dbe03fd1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)