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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 葬?縡紗瓜B | 10010001100100100011111111100011011100011000111011010001100010010101101001000010 | 91923fe3718ed1895a42 |
EUC-JP | 葬?縡紗瓜B | 11000001111100100011111111100101110100101011110011010011101100011011101101000010 | c1f23fe5d2bcd3b1bb42 |
UTF-8 | 葬렱縡紗瓜B | 11101000100100011010110011101011101000001011000111100111101110001010000111100111101101001001011111100111100100111001110001000010 | e891aceba0b1e7b8a1e7b497e7939c42 |
UHC | 葬렱縡紗瓜B | 1110110111110111100011101011111011101110101011011101111011101001110011011111111001000010 | edf78ebeeeaddee9cdfe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)