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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 籖我音^ | 11100010110111011000100111100100100010011011100101011110 | e2dd89e489b95e |
EUC-JP | 籖我音^ | 11100100110111111011001011100110101100101011101101011110 | e4dfb2e6b2bb5e |
UTF-8 | 籖我音^ | 11100111101100011001011011100110100010001001000111101001100111111011001101011110 | e7b196e68891e99fb35e |
UHC | ?我音^ | 001111111110010010110010111010111110010101011110 | 3fe4b2ebe55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)