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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螽壽、梧↑螽 | 1110010110101000100110101110011010100100100011001110011010000001101010101110010110101000 | e5a89ae6a48ce681aae5a8 |
EUC-JP | 螽壽、梧↑螽 | 111010101010101011010100111010001000111010100100101110001110100010100010101011001110101010101010 | eaaad4e88ea4b8e8a2aceaaa |
UTF-8 | 螽壽、梧↑螽 | 111010001001111010111101111001011010001110111101111011111011110110100100111001101010001010100111111000101000011010010001111010001001111010111101 | e89ebde5a3bdefbda4e6a2a7e28691e89ebd |
UHC | ?壽?梧↑? | 001111111110000111111000001111111110011111111100101000011110100000111111 | 3fe1f83fe7fca1e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)