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 | 毬咤齏驅 | 1001111101111011100110100100001011101000111010111110100101111011 | 9f7b9a42e8ebe97b |
EUC-JP | 毬咤齏驅 | 1101110111011100110100111010001111110000111011011111000111011100 | dddcd3a3f0edf1dc |
UTF-8 | 毬咤齏驅 | 111001101010111110101100111001011001001010100100111010011011110110001111111010011010100110000101 | e6aface592a4e9bd8fe9a985 |
UHC | 毬咤?驅 | 11001111101100111111011011100011001111111100111111001100 | cfb3f6e33fcfcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)