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 | 釿晞ーェ | 111001111110000110011101111010011011000010101010 | e7e19de9b0aa |
EUC-JP | 釿晞ーェ | 1110111011100011110110101110101110001110101100001000111010101010 | eee3daeb8eb08eaa |
UTF-8 | 釿晞ーェ | 111010011000011110111111111001101001100110011110111011111011110110110000111011111011110110101010 | e987bfe6999eefbdb0efbdaa |
UHC | ?晞?? | 0011111111111101111101010011111100111111 | 3ffdf53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)