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 | 鬘狗ーソ譴ア | 111010011010000110001011111001111011000010111111111001101010001010110001 | e9a18be7b0bfe6a2b1 |
EUC-JP | 鬘狗ーソ譴ア | 111100101010001110110110111010011000111010110000100011101011111111101100101001001000111010110001 | f2a3b6e98eb08ebfeca48eb1 |
UTF-8 | 鬘狗ーソ譴ア | 111010011010110010011000111001111000101110010111111011111011110110110000111011111011110110111111111010001010110110110100111011111011110110110001 | e9ac98e78b97efbdb0efbdbfe8adb4efbdb1 |
UHC | ?狗??譴? | 0011111111001111101101110011111100111111110011001011100100111111 | 3fcfb73f3fccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)