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 | 111001011011000110010001011110101110010110110001100100010111101001000010 | e5b1917ae5b1917a42 |
EUC-JP | 螻想螻想B | 111010101011001111000001110110111110101010110011110000011101101101000010 | eab3c1dbeab3c1db42 |
UTF-8 | 螻想螻想B | 11101000100111101011101111100110100000111011001111101000100111101011101111100110100000111011001101000010 | e89ebbe683b3e89ebbe683b342 |
UHC | ?想?想B | 00111111110111111100110000111111110111111100110001000010 | 3fdfcc3fdfcc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)