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 | 陬罷b笏 | 1110100010100011100101001110101110000010100000101110001010010100 | e8a394eb8282e294 |
EUC-JP | 陬罷b笏 | 1111000010100101110010001110110110100011111000101110001111110100 | f0a5c8eda3e2e3f4 |
UTF-8 | 陬罷b笏 | 111010011001100110101100111001111011110110110111111011111011110110000010111001111010110010001111 | e999ace7bdb7efbd82e7ac8f |
UHC | ?罷b笏 | 00111111111101111111001110100011111000101111101111101110 | 3ff7f3a3e2fbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)