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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???巡??? | 0011111100111111001111111000111110000100001111110011111100111111 | 3f3f3f8f843f3f3f |
EUC-JP | ???巡??? | 0011111100111111001111111011110111100100001111110011111100111111 | 3f3f3fbde43f3f3f |
UTF-8 | 捻뀀끏巡귨쭕流 | 111011111010011010100100111010111000000010000000111010111000000110001111111001011011011110100001111010101011011110101000111011001010110110010101111011111010011110001010 | efa6a4eb8080eb818fe5b7a1eab7a8ecad95efa78a |
UHC | 捻뀀끏巡귨쭕流 | 1110011011110111101100101110101110000101101111111110001011011110100000101110111110100111100011011110101011111100 | e6f7b2eb85bfe2de82efa78deafc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)