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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 險堤濫﨟オ | 111010001010100010010010111001111001011110010100111110111001110110110101 | e8a892e79794fb9db5 |
EUC-JP | 險堤濫?オ | 111100001010101011000100111010011100110111110100001111111000111010110101 | f0aac4e9cdf43f8eb5 |
UTF-8 | 險堤濫﨟オ | 111010011001101010101010111001011010000010100100111001101011111110101011111011111010100010011111111011111011110110110101 | e99aaae5a0a4e6bfabefa89fefbdb5 |
UHC | 險堤濫?? | 1111101011001111111100001010011111010101101111010011111100111111 | facff0a7d5bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)