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 | 褥хズ | 111001011111000110000100100001111000001101011001 | e5f184878359 |
EUC-JP | 褥хズ | 111010101111001110100111111001111010010110111010 | eaf3a7e7a5ba |
UTF-8 | 褥хズ | 1110100010100100101001011101000110000101111000111000001010111010 | e8a4a5d185e382ba |
UHC | 褥хズ | 111010011011001110101100111001111010101110111010 | e9b3ace7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)