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 | 屍?? | 10001110011100100011111100111111 | 8e723f3f |
EUC-JP | 屍?? | 10111011110100110011111100111111 | bbd33f3f |
UTF-8 | 屍속毗 | 111001011011000110001101111011001000011010001101111001101010111110010111 | e5b18dec868de6af97 |
UHC | 屍속毗 | 111000111011101110111100110100111101110111110001 | e3bbbcd3ddf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)