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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 底?┃袁 | 10010010111010100011111110000100101010111110010111001101 | 92ea3f84abe5cd |
EUC-JP | 底?┃袁 | 11000100111011000011111110101000101011011110101011001111 | c4ec3fa8adeacf |
UTF-8 | 底콸┃袁 | 111001011011101010010101111011001011110110111000111000101001010010000011111010001010001010000001 | e5ba95ecbdb8e29483e8a281 |
UHC | 底콸┃袁 | 1110111010111100110001001110010110100110101011011110101010111110 | eebcc4e5a6adeabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)