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 | 膓fゥ薺 | 11100100010101011000001010000110101010011110010101010100 | e4558286a9e554 |
EUC-JP | 膓fゥ薺 | 1110011110110110101000111110011010001110101010011110100110110101 | e7b6a3e68ea9e9b5 |
UTF-8 | 膓fゥ薺 | 111010001000011010010011111011111011110110000110111011111011110110101001111010001001011010111010 | e88693efbd86efbda9e896ba |
UHC | ?f?薺 | 001111111010001111100110001111111111000010110001 | 3fa3e63ff0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)