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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 罎ユ承B | 11100011101000101000001110000110100011111011001101000010 | e3a283868fb342 |
EUC-JP | 罎ユ承B | 11100110101001001010010111100110101111101011010101000010 | e6a4a5e6beb542 |
UTF-8 | 罎ユ承B | 11100111101111011000111011100011100000111010011011100110100010011011111101000010 | e7bd8ee383a6e689bf42 |
UHC | ?ユ承B | 001111111010101111100110111000111010111101000010 | 3fabe6e3af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)