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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 椰??臾? | 10011110101111010011111100111111111001000110101100111111 | 9ebd3f3fe46b3f |
EUC-JP | 椰??臾? | 11011100101111110011111100111111111001111100110000111111 | dcbf3f3fe7cc3f |
UTF-8 | 椰꾩늽臾푟 | 111001101010010010110000111010101011111010101001111010111000101010111101111010001000011110111110111011011001000110011111 | e6a4b0eabea9eb8abde887beed919f |
UHC | 椰꾩늽臾푟 | 11100101101010111000010011101100100010001000011011101011101011001011111001101011 | e5ab84ec8886ebacbe6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)