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 | ユ粲、 | 11010101111000101110101010100100 | d5e2eaa4 |
EUC-JP | ユ粲、 | 100011101101010111100100111011001000111010100100 | 8ed5e4ec8ea4 |
UTF-8 | ユ粲、 | 111011111011111010010101111001111011001010110010111011111011110110100100 | efbe95e7b2b2efbda4 |
UHC | ?粲? | 00111111111100111100010000111111 | 3ff3c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)