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 | ???油? | 001111110011111100111111100101101111101100111111 | 3f3f3f96fb3f |
EUC-JP | 孼??油? | 1000111110111010110000110011111100111111110011001111110100111111 | 8fbac33f3fccfd3f |
UTF-8 | 孼뽮퍌油쩈 | 111001011010110110111100111010111011110110101110111011011000110110001100111001101011001010111001111011001010100110001000 | e5adbcebbdaeed8d8ce6b2b9eca988 |
UHC | 孼뽮퍌油쩈 | 11100101111011011001011011101010101110111000001111101010111110101010010101000010 | e5ed96eabb83eafaa542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)