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 | 怏??筍? | 10011100100010010011111100111111111000101010000100111111 | 9c893f3fe2a13f |
EUC-JP | 怏??筍? | 11010111111010010011111100111111111001001010001100111111 | d7e93f3fe4a33f |
UTF-8 | 怏얠룇筍쌑 | 111001101000000010001111111011001001011010100000111010111010001110000111111001111010110110001101111011001000110010010001 | e6808fec96a0eba387e7ad8dec8c91 |
UHC | 怏얠룇筍쌑 | 11100100111010001011111011101100100011111000011011100010111011001001101101000010 | e4e8beec8f86e2ec9b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)