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 | ?曜爺 | 0011111110010111011010101001011011101010 | 3f976a96ea |
EUC-JP | ?曜爺 | 0011111111001101110010111100110011101100 | 3fcdcbccec |
UTF-8 | 樂曜爺 | 111011111010011010111111111001101001101110011100111001111000100010111010 | efa6bfe69b9ce788ba |
UHC | 樂曜爺 | 111010001111100111101000111110001110010110101100 | e8f9e8f8e5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)