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 | 趺ソ迺ァ跼 | 1110011011100101101111111110011110010010101001111110011011110000 | e6e5bfe792a7e6f0 |
EUC-JP | 趺ソ迺ァ跼 | 11101100111001111000111010111111111011011111001010001110101001111110110011110010 | ece78ebfedf28ea7ecf2 |
UTF-8 | 趺ソ迺ァ跼 | 111010001011011010111010111011111011110110111111111010001011111110111010111011111011110110100111111010001011011110111100 | e8b6baefbdbfe8bfbaefbda7e8b7bc |
UHC | 趺???? | 110111011011101000111111001111110011111100111111 | ddba3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)