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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 矗耨簔矣B | 11100001110111101111011110101001111000111101001111100010110000011110000111100001111100001110101101000010 | e1def7a9e3d3e2c1e1e1f0eb42 |
EUC-JP | 矗?耨簔矣?B | 1110001011100000001111111110011011010101111001001100001111100010111000110011111101000010 | e2e03fe6d5e4c3e2e33f42 |
UTF-8 | 矗耨簔矣B | 11100111100111111001011111101110100101101000110011101000100000001010100011100111101100001001010011100111100111111010001111101110100000101010101001000010 | e79f97ee968ce880a8e7b094e79fa3ee82aa42 |
UHC | 矗???矣?B | 111101011011100000111111001111110011111111101011111110000011111101000010 | f5b83f3f3febf83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)