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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 舗轗駸B | 10010101110111001110011101111101111010010111001101000010 | 95dce77de97342 |
EUC-JP | 舗轗駸B | 11001010110111101110110111011110111100011101010001000010 | cadeeddef1d442 |
UTF-8 | 舗轗駸B | 11101000100010001001011111101000101111011001011111101001101001111011100001000010 | e88897e8bd97e9a7b842 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)