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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巽辿卒辰 | 1001001001000110100100100100100010010001101100101001001001000011 | 9246924891b29243 |
EUC-JP | 巽辿卒辰 | 1100001110100111110000111010100111000010101101001100001110100100 | c3a7c3a9c2b4c3a4 |
UTF-8 | 巽辿卒辰 | 111001011011011110111101111010001011111010111111111001011000110110010010111010001011111010110000 | e5b7bde8bebfe58d92e8beb0 |
UHC | 巽?卒辰 | 11100001110111100011111111110000111011111111001011100011 | e1de3ff0eff2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)