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 | }¨åy | 100011100111110110001010101010001110010101111001 | 8e7d8aa8e579 |
SJIS-WIN | ?}?¨?y | 00111111011111010011111110000001010011100011111101111001 | 3f7d3f814e3f79 |
EUC-JP | ?}?¨åy | 001111110111110100111111101000011010111110001111101010111010100101111001 | 3f7d3fa1af8faba979 |
UTF-8 | }¨åy | 11000010100011100111110111000010100010101100001010101000110000111010010101111001 | c28e7dc28ac2a8c3a579 |
UHC | ?}?¨?y | 00111111011111010011111110100001101001110011111101111001 | 3f7d3fa1a73f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)