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 | 炒菩輾 | 111000000111010110010101111011001110011101111000 | e07595ece778 |
EUC-JP | 炒菩輾 | 110111111101011011001010111011101110110111011001 | dfd6caeeedd9 |
UTF-8 | 炒菩輾 | 111001111000001010010010111010001000111110101001111010001011110010111110 | e78292e88fa9e8bcbe |
UHC | 炒菩輾 | 111101011010010011011100110011001110111110101101 | f5a4dcccefad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)