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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈑醍ー」 | 111001111110010110010001111001111011000010100011 | e7e591e7b0a3 |
EUC-JP | 鈑醍ー」 | 1110111011100111110000101110100110001110101100001000111010100011 | eee7c2e98eb08ea3 |
UTF-8 | 鈑醍ー」 | 111010011000100010010001111010011000011010001101111011111011110110110000111011111011110110100011 | e98891e9868defbdb0efbda3 |
UHC | 鈑醍?? | 111101111111111011110000101101010011111100111111 | f7fef0b53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)