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 | タ裴鋿裼輜 | 110000001110010111101000111110111101110011100101111001111110011101101110 | c0e5e8fbdce5e7e76e |
EUC-JP | タ裴鋿裼輜 | 1000111011000000111010101110101010001111111001001101001011101010111010011110110111001111 | 8ec0eaea8fe4d2eae9edcf |
UTF-8 | タ裴鋿裼輜 | 111011111011111010000000111010001010001110110100111010011000101110111111111010001010001110111100111010001011110010011100 | efbe80e8a3b4e98bbfe8a3bce8bc9c |
UHC | ?裴??輜 | 00111111110110111101000000111111001111111111011011001010 | 3fdbd03f3ff6ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)