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 | ??頸撫債敢 | 00111111001111111110100011110010100101011000111110001101110000101000101010111000 | 3f3fe8f2958f8dc28ab8 |
EUC-JP | ??頸撫債敢 | 00111111001111111111000011110100110010011110111110111010110001001011010010111010 | 3f3ff0f4c9efbac4b4ba |
UTF-8 | 뤛퐥頸撫債敢 | 111010111010010010011011111011011001000010100101111010011010000010111000111001101001001010101011111001011000001010110101111001101001010110100010 | eba49bed90a5e9a0b8e692abe582b5e695a2 |
UHC | 뤛퐥頸撫債敢 | 100011111100101010111101100011101100110011110010110110011110100011110011111100001100101011110010 | 8fcabd8eccf2d9e8f3f0caf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)