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 | ???D@h | 001111110011111100111111010001000100000001101000 | 3f3f3f444068 |
SJIS-WIN | 節??D@h | 10010000110111110011111100111111010001000100000001101000 | 90df3f3f444068 |
EUC-JP | 節??D@h | 11000000111000010011111100111111010001000100000001101000 | c0e13f3f444068 |
UTF-8 | 節⑼숯D@h | 111001111010111110000000111000101001000110111100111011001000100010101111010001000100000001101000 | e7af80e291bcec88af444068 |
UHC | 節⑼숯D@h | 111011111011110110101001111011111011110110100001010001000100000001101000 | efbda9efbda1444068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)