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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?g?B | 0011111110000010100001110011111101000010 | 3f82873f42 |
EUC-JP | ?g?B | 0011111110100011111001110011111101000010 | 3fa3e73f42 |
UTF-8 | 溜g퓪B | 11101111101001111000101111101111101111011000011111101101100100111010101001000010 | efa78befbd87ed93aa42 |
UHC | 溜g퓪B | 11101010111111101010001111100111101111111001001001000010 | eafea3e7bf9242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)