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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 辰銑洩褻^ | 100100100100001110010001010011001000100101101011111001011111011001011110 | 9243914c896be5f65e |
EUC-JP | 辰銑洩褻^ | 110000111010010011000001101011011011000111001100111010101111100001011110 | c3a4c1adb1cceaf85e |
UTF-8 | 辰銑洩褻^ | 11101000101111101011000011101001100010101001000111100110101101001010100111101000101001001011101101011110 | e8beb0e98a91e6b4a9e8a4bb5e |
UHC | 辰銑洩褻^ | 111100101110001111100000110101011110000011011101111000001110000101011110 | f2e3e0d5e0dde0e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)