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 | ???痍?? | 00111111001111110011111111100001011101110011111100111111 | 3f3f3fe1773f3f |
EUC-JP | ???痍?? | 00111111001111110011111111100001110110000011111100111111 | 3f3f3fe1d83f3f |
UTF-8 | 琉뗨꽮痍용쨱 | 111011111010011110001100111010111001011110101000111010101011110110101110111001111001011110001101111011001001101010101001111011001010100010110001 | efa78ceb97a8eabdaee7978dec9aa9eca8b1 |
UHC | 琉뗨꽮痍용쨱 | 111010111010010010001011111010001000010010111001111011001011011110111111111010111010010010001011 | eba48be884b9ecb7bfeba48b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)