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 | ?\????B | 00111111010111000011111100111111001111110011111101000010 | 3f5c3f3f3f3f42 |
SJIS-WIN | 巽\辿尊但促B | 100100100100011001011100100100100100100010010001101110001001001001000001100100011010001101000010 | 92465c924891b8924191a342 |
EUC-JP | 巽\辿尊但促B | 110000111010011101011100110000111010100111000010101110101100001110100010110000101010010101000010 | c3a75cc3a9c2bac3a2c2a542 |
UTF-8 | 巽\辿尊但促B | 1110010110110111101111010101110011101000101111101011111111100101101100001000101011100100101111011000011011100100101111111000001101000010 | e5b7bd5ce8bebfe5b08ae4bd86e4bf8342 |
UHC | 巽\?尊但促B | 1110000111011110010111000011111111110000111011101101001110100011111101011011010101000010 | e1de5c3ff0eed3a3f5b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)