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 | 殲?? | 10011111011100100011111100111111 | 9f723f3f |
EUC-JP | 殲瀯? | 110111011101001110001111110010011011001000111111 | ddd38fc9b23f |
UTF-8 | 殲瀯섁 | 111001101010111010110010111001111000000010101111111011001000010010000001 | e6aeb2e780afec8481 |
UHC | 殲瀯섁 | 111000001110100011100111101110111001100011100000 | e0e8e7bb98e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)