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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 璹?? | 1000111111001100111001110011111100111111 | 8fcce73f3f |
UTF-8 | 璹깒댗 | 111001111001001010111001111010101011100110010010111010111000110010010111 | e792b9eab992eb8c97 |
UHC | 璹깒댗 | 111000101101101110000011100011001000100010111011 | e2db838c88bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)