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 | 臾?臾? | 111001000110101100111111111001000110101100111111 | e46b3fe46b3f |
EUC-JP | 臾?臾? | 111001111100110000111111111001111100110000111111 | e7cc3fe7cc3f |
UTF-8 | 臾쬴臾㏓ | 111010001000011110111110111011001010110010110100111010001000011110111110111000111000111110010011 | e887beecacb4e887bee38f93 |
UHC | 臾쬴臾㏓ | 1110101110101100101001110110101111101011101011001010011111101011 | ebaca76bebaca7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)