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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諸?義? | 100011111001010000111111100010110110000000111111 | 8f943f8b603f |
EUC-JP | 諸?義? | 101111011111010000111111101101011100000100111111 | bdf43fb5c13f |
UTF-8 | 諸렯義렑 | 111010001010101110111000111010111010000010101111111001111011111010101001111010111010000010010001 | e8abb8eba0afe7bea9eba091 |
UHC | 諸렯義렑 | 1111000010110011100011101011110011101011111110011000111010100110 | f0b38ebcebf98ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)