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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?趾? | 00111111111001101110010000111111 | 3fe6e43f |
EUC-JP | ?趾? | 00111111111011001110011000111111 | 3fece63f |
UTF-8 | 알趾롅 | 111011001001010110001100111010001011011010111110111010111010000110000101 | ec958ce8b6beeba185 |
UHC | 알趾롅 | 101111101100101111110010101111111000111011001011 | becbf2bf8ecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)