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 | 承羨? | 1000111110110011100100010100000100111111 | 8fb391413f |
EUC-JP | 承羨? | 1011111010110101110000011010001000111111 | beb5c1a23f |
UTF-8 | 承羨媤 | 111001101000100110111111111001111011111010101000111001011010101010100100 | e689bfe7bea8e5aaa4 |
UHC | 承羨媤 | 111000111010111111100000110011001110001110111000 | e3afe0cce3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)