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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巽??猷ヨ? | 100100100100011000111111001111111001011101010001100000111000100000111111 | 92463f3f975183883f |
EUC-JP | 巽??猷ヨ? | 110000111010011100111111001111111100110110110010101001011110100000111111 | c3a73f3fcdb2a5e83f |
UTF-8 | 巽쇺댌猷ヨ뼅 | 111001011011011110111101111011001000011110111010111010111000110010001100111001111000110010110111111000111000001110101000111010111011110010000101 | e5b7bdec87baeb8c8ce78cb7e383a8ebbc85 |
UHC | 巽쇺댌猷ヨ뼅 | 111000011101111010011001111000101000100010110101111010111010001110101011111010001001011010001111 | e1de99e288b5eba3abe8968f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)