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 | 隶夜メ豢ウ | 111010001010111010010110111010011000001110000001111001101011010010110011 | e8ae96e98381e6b4b3 |
EUC-JP | 隶夜メ豢ウ | 11110000101100001100110011101011101001011110000111101100101101101000111010110011 | f0b0cceba5e1ecb68eb3 |
UTF-8 | 隶夜メ豢ウ | 111010011001101010110110111001011010010010011100111000111000001110100001111010001011000110100010111011111011110110110011 | e99ab6e5a49ce383a1e8b1a2efbdb3 |
UHC | ?夜メ?? | 00111111111001011010100010101011111000010011111100111111 | 3fe5a8abe13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)