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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 鬮ッ讓」霎ィF | 11101001101010111010111111100110101010001010001111101000101111101010100001000110 | e9abafe6a8a3e8bea846 |
EUC-JP | 鬮ッ讓」霎ィF | 11110010101011011000111010101111111011001010101010001110101000111111000011000000100011101010100001000110 | f2ad8eafecaa8ea3f0c08ea846 |
UTF-8 | 鬮ッ讓」霎ィF | 11101001101011001010111011101111101111011010111111101000101011101001001111101111101111011010001111101001100111001000111011101111101111011010100001000110 | e9acaeefbdafe8ae93efbda3e99c8eefbda846 |
UHC | ??讓???F | 0011111100111111111001011101001100111111001111110011111101000110 | 3f3fe5d33f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)