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 | 羝豪せ赧 | 1110001110110110100011011000101110000010101110011110011011011101 | e3b68d8b82b9e6dd |
EUC-JP | 羝豪せ赧 | 1110011010111000101110011110101110100100101110111110110011011111 | e6b8b9eba4bbecdf |
UTF-8 | 羝豪せ赧 | 111001111011111010011101111010001011000110101010111000111000000110011011111010001011010110100111 | e7be9de8b1aae3819be8b5a7 |
UHC | ?豪せ? | 001111111111101111011111101010101011101100111111 | 3ffbdfaabb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)