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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 獐??獐? | 100011111100101110111010001111110011111110001111110010111011101000111111 | 8fcbba3f3f8fcbba3f |
UTF-8 | 獐숀ㄼ獐렜 | 111001111000110110010000111011001000100010000000111000111000010010111100111001111000110110010000111010111010000010011100 | e78d90ec8880e384bce78d90eba09c |
UHC | 獐숀ㄼ獐렜 | 11101101111011111011110011110000101001001010110011101101111011111000111010101110 | edefbcf0a4acedef8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)