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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 伊屯??] | 10001000110010011001001111010100001111110011111101011101 | 88c993d43f3f5d |
EUC-JP | 伊屯??] | 10110000110010111100011011010110001111110011111101011101 | b0cbc6d63f3f5d |
UTF-8 | 伊屯렧렢] | 11100100101111001000101011100101101100011010111111101011101000001010011111101011101000001010001001011101 | e4bc8ae5b1afeba0a7eba0a25d |
UHC | 伊屯렧렢] | 111011001010010111010100111010101000111010110110100011101011001101011101 | eca5d4ea8eb68eb35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)