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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | 霎ー螻桀d | 1110100010111110101100001110010110110001100111100111101101100100 | e8beb0e5b19e7b64 |
EUC-JP | 霎ー螻桀d | 111100001100000010001110101100001110101010110011110110111101110001100100 | f0c08eb0eab3dbdc64 |
UTF-8 | 霎ー螻桀d | 11101001100111001000111011101111101111011011000011101000100111101011101111100110101000011000000001100100 | e99c8eefbdb0e89ebbe6a18064 |
UHC | ???桀d | 001111110011111100111111110010111111101001100100 | 3f3f3fcbfa64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)