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 | 巽単多辿測 | 10010010010001101001001001010000100100011011110110010010010010001001000110101010 | 9246925091bd924891aa |
EUC-JP | 巽単多辿測 | 11000011101001111100001110110001110000101011111111000011101010011100001010101100 | c3a7c3b1c2bfc3a9c2ac |
UTF-8 | 巽単多辿測 | 111001011011011110111101111001011000110110011000111001011010010010011010111010001011111010111111111001101011100010101100 | e5b7bde58d98e5a49ae8bebfe6b8ac |
UHC | 巽?多?測 | 1110000111011110001111111101001011111101001111111111011010110100 | e1de3fd2fd3ff6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)