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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遽冗伽 | 111001111010111110001111111001111000100110111110 | e7af8fe789be |
EUC-JP | 遽冗伽 | 111011101011000110111110111010011011001011000000 | eeb1bee9b2c0 |
UTF-8 | 遽冗伽 | 111010011000000110111101111001011000011010010111111001001011110010111101 | e981bde58697e4bcbd |
UHC | 遽冗伽 | 110010111110100011101001101101111100101010100001 | cbe8e9b7caa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)