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 | 椰??肄 | 100111101011110100111111001111111110001111100101 | 9ebd3f3fe3e5 |
EUC-JP | 椰??肄 | 110111001011111100111111001111111110011011100111 | dcbf3f3fe6e7 |
UTF-8 | 椰꾩늽肄 | 111001101010010010110000111010101011111010101001111010111000101010111101111010001000001010000100 | e6a4b0eabea9eb8abde88284 |
UHC | 椰꾩늽肄 | 1110010110101011100001001110110010001000100001101110110010111101 | e5ab84ec8886ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)