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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 伊屯???B | 1000100011001001100100111101010000111111001111110011111101000010 | 88c993d43f3f3f42 |
EUC-JP | 伊屯???B | 1011000011001011110001101101011000111111001111110011111101000010 | b0cbc6d63f3f3f42 |
UTF-8 | 伊屯렢닺썬B | 11100100101111001000101011100101101100011010111111101011101000001010001011101011100010111011101011101100100011011010110001000010 | e4bc8ae5b1afeba0a2eb8bbaec8dac42 |
UHC | 伊屯렢닺썬B | 1110110010100101110101001110101010001110101100111011010011101000101111011110001101000010 | eca5d4ea8eb3b4e8bde342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)