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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????航 | 0011111100111111001111110011111100111111001111111000110101110001 | 3f3f3f3f3f3f8d71 |
EUC-JP | ??????航 | 0011111100111111001111110011111100111111001111111011100111010010 | 3f3f3f3f3f3fb9d2 |
UTF-8 | 쒔렳쒔롍쑈뤂航 | 111011001001001010010100111010111010000010110011111011001001001010010100111010111010000110001101111011001001000110001000111010111010010010000010111010001000100010101010 | ec9294eba0b3ec9294eba18dec9188eba482e888aa |
UHC | 쒔렳쒔롍쑈뤂航 | 1011111010101101100011101100000010111110101011011000111011010011101111101010010010001111101100111111100111111110 | bead8ec0bead8ed3bea48fb3f9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)