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 | 宣舌舌淅 | 1001000011101001100100001110001110010000111000111001111111000110 | 90e990e390e39fc6 |
EUC-JP | 宣舌舌淅 | 1100000011101011110000001110010111000000111001011101111011001000 | c0ebc0e5c0e5dec8 |
UTF-8 | 宣舌舌淅 | 111001011010111010100011111010001000100010001100111010001000100010001100111001101011011110000101 | e5aea3e8888ce8888ce6b785 |
UHC | 宣舌舌淅 | 1110000010111110111000001101111111100000110111111110000010110010 | e0bee0dfe0dfe0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)