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 | 椰??臾 | 100111101011110100111111001111111110010001101011 | 9ebd3f3fe46b |
EUC-JP | 椰??臾 | 110111001011111100111111001111111110011111001100 | dcbf3f3fe7cc |
UTF-8 | 椰꾩늽臾 | 111001101010010010110000111010101011111010101001111010111000101010111101111010001000011110111110 | e6a4b0eabea9eb8abde887be |
UHC | 椰꾩늽臾 | 1110010110101011100001001110110010001000100001101110101110101100 | e5ab84ec8886ebac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)