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 | 11100100010001001000001110000110100011111011001101000010 | e44483868fb342 |
EUC-JP | 腑ユ承B | 11100111101001011010010111100110101111101011010101000010 | e7a5a5e6beb542 |
UTF-8 | 腑ユ承B | 11101000100001011001000111100011100000111010011011100110100010011011111101000010 | e88591e383a6e689bf42 |
UHC | 腑ユ承B | 11011101101100001010101111100110111000111010111101000010 | ddb0abe6e3af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)