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 | ?°??? | 0011111110110000001111110011111100111111 | 3fb03f3f3f |
SJIS-WIN | 羶°終趾f | 11100011101111011000000110001011100011110100100111100110111001001000001010000110 | e3bd818b8f49e6e48286 |
EUC-JP | 羶°終趾f | 11100110101111111010000111101011101111011010101011101100111001101010001111100110 | e6bfa1ebbdaaece6a3e6 |
UTF-8 | 羶°終趾f | 1110011110111110101101101100001010110000111001111011010110000010111010001011011010111110111011111011110110000110 | e7beb6c2b0e7b582e8b6beefbd86 |
UHC | ?°終趾f | 001111111010000111000110111100001111101111110010101111111010001111100110 | 3fa1c6f0fbf2bfa3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)