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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 悌?悌?B | 10010010111011100011111110010010111011100011111101000010 | 92ee3f92ee3f42 |
EUC-JP | 悌?悌?B | 11000100111100000011111111000100111100000011111101000010 | c4f03fc4f03f42 |
UTF-8 | 悌렚悌렚B | 11100110100000101000110011101011101000001001101011100110100000101000110011101011101000001001101001000010 | e6828ceba09ae6828ceba09a42 |
UHC | 悌렚悌렚B | 111100001010101010001110101011011111000010101010100011101010110101000010 | f0aa8eadf0aa8ead42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)