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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諢幎昏 | 111001101000010010011011111010111000110110101000 | e6849beb8da8 |
EUC-JP | 諢幎昏 | 111010111110010011010110111011011011101010101010 | ebe4d6edbaaa |
UTF-8 | 諢幎昏 | 111010001010101110100010111001011011100110001110111001101001100010001111 | e8aba2e5b98ee6988f |
UHC | ??昏 | 00111111001111111111101111100111 | 3f3ffbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)