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 | 鮓ッ霎樣カッ | 111010011011011010101111111010001011111010011110111010011011011010101111 | e9b6afe8be9ee9b6af |
EUC-JP | 鮓ッ霎樣カッ | 111100101011100010001110101011111111000011000000110111001110101110001110101101101000111010101111 | f2b88eaff0c0dceb8eb68eaf |
UTF-8 | 鮓ッ霎樣カッ | 111010011010111010010011111011111011110110101111111010011001110010001110111001101010100010100011111011111011110110110110111011111011110110101111 | e9ae93efbdafe99c8ee6a8a3efbdb6efbdaf |
UHC | ???樣?? | 00111111001111110011111111100101110001100011111100111111 | 3f3f3fe5c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)