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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????ε? | 00111111001111110011111100111111100000111100001100111111 | 3f3f3f3f83c33f |
EUC-JP | ????ε? | 00111111001111110011111100111111101001101100010100111111 | 3f3f3f3fa6c53f |
UTF-8 | 黎앹떓杻ε땔 | 1110111110100110100010011110110010010101101110011110101110010110100100111110111110100111100010001100111010110101111010111001010110010100 | efa689ec95b9eb9693efa788ceb5eb9594 |
UHC | 黎앹떓杻ε땔 | 111001101011000110011101111011001000101110101001111010101111010010100101111001011011011010101010 | e6b19dec8ba9eaf4a5e5b6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)