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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬲エ譎丞裸 | 111010011010110110110100111001101001100110001111111001011001011110000111 | e9adb4e6998fe59787 |
EUC-JP | 鬲エ譎丞裸 | 11110010101011111000111010110100111010111111100110111110111001111100110111100111 | f2af8eb4ebf9bee7cde7 |
UTF-8 | 鬲エ譎丞裸 | 111010011010110010110010111011111011110110110100111010001010110110001110111001001011100010011110111010001010001110111000 | e9acb2efbdb4e8ad8ee4b89ee8a3b8 |
UHC | ??譎丞裸 | 0011111100111111111111011101001011100011101010101101010110100011 | 3f3ffdd2e3aad5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)