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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隨樣サッ | 111001111010110010011110111010011011101110101111 | e7ac9ee9bbaf |
EUC-JP | 隨樣サッ | 1110111010101110110111001110101110001110101110111000111010101111 | eeaedceb8ebb8eaf |
UTF-8 | 隨樣サッ | 111010011001101010101000111001101010100010100011111011111011110110111011111011111011110110101111 | e99aa8e6a8a3efbdbbefbdaf |
UHC | 隨樣?? | 111000101100101111100101110001100011111100111111 | e2cbe5c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)