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 | 獰??游 | 111000001101011000111111001111111001111111100000 | e0d63f3f9fe0 |
EUC-JP | 獰??游 | 111000001101100000111111001111111101111011100010 | e0d83f3fdee2 |
UTF-8 | 獰⑷난游 | 111001111000110110110000111000101001000110110111111010111000001010011100111001101011100010111000 | e78db0e291b7eb829ce6b8b8 |
UHC | 獰⑷난游 | 1110011110111110101010011110101010110011101011011110101011111101 | e7bea9eab3adeafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)