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 | 脱辿孫巽速 | 10010010010001011001001001001000100100011011011110010010010001101001000110101100 | 9245924891b7924691ac |
EUC-JP | 脱辿孫巽速 | 11000011101001101100001110101001110000101011100111000011101001111100001010101110 | c3a6c3a9c2b9c3a7c2ae |
UTF-8 | 脱辿孫巽速 | 111010001000010010110001111010001011111010111111111001011010110110101011111001011011011110111101111010011000000010011111 | e884b1e8bebfe5adabe5b7bde9809f |
UHC | ??孫巽速 | 0011111100111111111000011101110111100001110111101110000111011100 | 3f3fe1dde1dee1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)