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 | 001111110011111100111111001111110011111101001011 | 3f3f3f3f3f4b |
SJIS-WIN | ?徹??薑K | 0011111110010011010011110011111100111111111001010100011101001011 | 3f934f3f3fe5474b |
EUC-JP | ?徹??薑K | 0011111111000101101100000011111100111111111010011010100001001011 | 3fc5b03f3fe9a84b |
UTF-8 | 뤋徹퀛샅薑K | 11101011101001001000101111100101101111101011100111101101100000001001101111101100100000111000010111101000100101101001000101001011 | eba48be5beb9ed809bec8385e896914b |
UHC | 뤋徹퀛샅薑K | 1000111110111011111101001100101110110011100011111011101111110100110010111011100101001011 | 8fbbf4cbb38fbbf4cbb94b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)