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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 褥ワ?撓?? | 111001011111000110000011100011110011111110011101100110100011111100111111 | e5f1838f3f9d9a3f3f |
EUC-JP | 褥ワ?撓?? | 111010101111001110100101111011110011111111011001111110100011111100111111 | eaf3a5ef3fd9fa3f3f |
UTF-8 | 褥ワ풊撓뷂슝 | 111010001010010010100101111000111000001110101111111011011001001010001010111001101001001010010011111010111011011110000010111011001000101010011101 | e8a4a5e383afed928ae69293ebb782ec8a9d |
UHC | 褥ワ풊撓뷂슝 | 111010011011001110101011111011111011111010010000111010001111010110010100111011111011110110111001 | e9b3abefbe90e8f594efbdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)