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 | ?喜鋒礪? | 0011111110001010111011001001011001001110111000011110100000111111 | 3f8aec964ee1e83f |
EUC-JP | ?喜鋒礪? | 0011111110110100111011101100101110101111111000101110101000111111 | 3fb4eecbafe2ea3f |
UTF-8 | 뤌喜鋒礪콵 | 111010111010010010001100111001011001011010011100111010011000101110010010111001111010010010101010111011001011110110110101 | eba48ce5969ce98b92e7a4aaecbdb5 |
UHC | 뤌喜鋒礪콵 | 10001111101111001111110111101100110111001111001011010101111011001011001001000110 | 8fbcfdecdcf2d5ecb246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)