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 | 荵ウ險・逡ェ | 111001001011100110110011111010001010100010100101111001111001010110101010 | e4b9b3e8a8a5e795aa |
EUC-JP | 荵ウ險・逡ェ | 111010001011101110001110101100111111000010101010100011101010010111101101111101011000111010101010 | e8bb8eb3f0aa8ea5edf58eaa |
UTF-8 | 荵ウ險・逡ェ | 111010001000110110110101111011111011110110110011111010011001101010101010111011111011110110100101111010011000000010100001111011111011110110101010 | e88db5efbdb3e99aaaefbda5e980a1efbdaa |
UHC | ??險?逡? | 0011111100111111111110101100111100111111111100011110010000111111 | 3f3ffacf3ff1e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)