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 | 暗??筍? | 10001000110000110011111100111111111000101010000100111111 | 88c33f3fe2a13f |
EUC-JP | 暗??筍? | 10110000110001010011111100111111111001001010001100111111 | b0c53f3fe4a33f |
UTF-8 | 暗삳렇筍뻞 | 111001101001101010010111111011001000001010110011111010111010000010000111111001111010110110001101111010111011101110011110 | e69a97ec82b3eba087e7ad8debbb9e |
UHC | 暗삳렇筍뻞 | 11100100110111101011101111101011101101111011100011100010111011001001011001101000 | e4debbebb7b8e2ec9668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)