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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陋幄答 | 111010001001101110011011111010001001001110011010 | e89b9be8939a |
EUC-JP | 陋幄答 | 111011111111101111010110111010101100010111111010 | effbd6eac5fa |
UTF-8 | 陋幄答 | 111010011001100110001011111001011011100110000100111001111010110110010100 | e9998be5b984e7ad94 |
UHC | 陋幄答 | 110101111011000011100100110000011101001111001101 | d7b0e4c1d3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)