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 | ???U? | 0011111100111111001111110101010100111111 | 3f3f3f553f |
SJIS-WIN | 絶??U掌 | 10010000111000100011111100111111010101011000111110110110 | 90e23f3f558fb6 |
EUC-JP | 絶??U掌 | 11000000111001000011111100111111010101011011111010111000 | c0e43f3f55beb8 |
UTF-8 | 絶볩슝U掌 | 11100111101101011011011011101011101100111010100111101100100010101001110101010101111001101000111010001100 | e7b5b6ebb3a9ec8a9d55e68e8c |
UHC | 絶볩슝U掌 | 111011111011111010010011111011111011110110111001010101011110110111100110 | efbe93efbdb955ede6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)