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 | ûõzûõzB | 11111011111101010111101011111011111101010111101001000010 | fbf57afbf57a42 |
SJIS-WIN | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
EUC-JP | ûõzûõzB | 100011111010101111100101100011111010101111011000011110101000111110101011111001011000111110101011110110000111101001000010 | 8fabe58fabd87a8fabe58fabd87a42 |
UTF-8 | ûõzûõzB | 1100001110111011110000111011010101111010110000111011101111000011101101010111101001000010 | c3bbc3b57ac3bbc3b57a42 |
UHC | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)