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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 脱尊辿湛^ | 100100100100010110010001101110001001001001001000100100100101100001011110 | 924591b8924892585e |
EUC-JP | 脱尊辿湛^ | 110000111010011011000010101110101100001110101001110000111011100101011110 | c3a6c2bac3a9c3b95e |
UTF-8 | 脱尊辿湛^ | 11101000100001001011000111100101101100001000101011101000101111101011111111100110101110011001101101011110 | e884b1e5b08ae8bebfe6b99b5e |
UHC | ?尊?湛^ | 00111111111100001110111000111111110100111100000001011110 | 3ff0ee3fd3c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)