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 | 顋句渕貂 | 1110100011111001100010111110010110011111101110101110011010111000 | e8f98be59fbae6b8 |
EUC-JP | 顋句渕貂 | 1111000011111011101101101110011111011110101111001110110010111010 | f0fbb6e7debcecba |
UTF-8 | 顋句渕貂 | 111010011010000110001011111001011000111110100101111001101011100010010101111010001011001010000010 | e9a18be58fa5e6b895e8b282 |
UHC | ?句?貂 | 001111111100111110100011001111111111010110110000 | 3fcfa33ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)