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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奪巽多谷贈 | 10010010010001001001001001000110100100011011110110010010010010101001000110100001 | 9244924691bd924a91a1 |
EUC-JP | 奪巽多谷贈 | 11000011101001011100001110100111110000101011111111000011101010111100001010100011 | c3a5c3a7c2bfc3abc2a3 |
UTF-8 | 奪巽多谷贈 | 111001011010010110101010111001011011011110111101111001011010010010011010111010001011000010110111111010001011010010001000 | e5a5aae5b7bde5a49ae8b0b7e8b488 |
UHC | 奪巽多谷贈 | 11110111101011001110000111011110110100101111110111001101110110111111000111111100 | f7ace1ded2fdcddbf1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)