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 | ?筍??? | 001111111110001010100001001111110011111100111111 | 3fe2a13f3f3f |
EUC-JP | ?筍??熢 | 0011111111100100101000110011111100111111100011111100101010101011 | 3fe4a33f3f8fcaab |
UTF-8 | 뤚筍킂첁熢 | 111010111010010010011010111001111010110110001101111011011000001010000010111011001011001010000001111001111000011010100010 | eba49ae7ad8ded8282ecb281e786a2 |
UHC | 뤚筍킂첁熢 | 10001111110010011110001011101100101101001000111010101010100011101101110011101100 | 8fc9e2ecb48eaa8edcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)