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 | 狄瑩狄甃 | 1110000010111101111000001111000011100000101111011110000101001011 | e0bde0f0e0bde14b |
EUC-JP | 狄瑩狄甃 | 1110000010111111111000001111001011100000101111111110000110101100 | e0bfe0f2e0bfe1ac |
UTF-8 | 狄瑩狄甃 | 111001111000101110000100111001111001000110101001111001111000101110000100111001111001010010000011 | e78b84e791a9e78b84e79483 |
UHC | 狄瑩狄? | 11101110110110101111101110101001111011101101101000111111 | eedafba9eeda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)