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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | ?澱??K | 001111111001001101100010001111110011111101001011 | 3f93623f3f4b |
EUC-JP | ?澱??K | 001111111100010111000011001111110011111101001011 | 3fc5c33f3f4b |
UTF-8 | 적澱적뾰K | 11101100101000001000000111100110101111101011000111101100101000001000000111101011101111101011000001001011 | eca081e6beb1eca081ebbeb04b |
UHC | 적澱적뾰K | 110000001111101111101110111111101100000011111011101110111100111101001011 | c0fbeefec0fbbbcf4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)