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 | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-WIN | 隱る?[BF | 1110100010101010100000101110100100111111010110110100001001000110 | e8aa82e93f5b4246 |
EUC-JP | 隱る?[BF | 1111000010101100101001001110101100111111010110110100001001000110 | f0aca4eb3f5b4246 |
UTF-8 | 隱る쉑[BF | 111010011001101010110001111000111000001010001011111011001000100110010001010110110100001001000110 | e99ab1e3828bec89915b4246 |
UHC | 隱る쉑[BF | 111010111101111110101010111010111011110110100111010110110100001001000110 | ebdfaaebbda75b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)