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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??澱潮 | 001111110011111110010011011000101001001010101010 | 3f3f936292aa |
EUC-JP | ??澱潮 | 001111110011111111000101110000111100010010101100 | 3f3fc5c3c4ac |
UTF-8 | 롈렓澱潮 | 111010111010000110001000111010111010000010010011111001101011111010110001111001101011110110101110 | eba188eba093e6beb1e6bdae |
UHC | 롈렓澱潮 | 1000111011001110100011101010100011101110111111101111000011001101 | 8ece8ea8eefef0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)