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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | テつ榲δ冕^ | 11000011100000101100001010011110110000111000001111000010100110010110101001011110 | c382c29ec383c2996a5e |
EUC-JP | テつ榲δ冕^ | 1000111011000011101001001100010011011100110001011010011011000100110100011100101101011110 | 8ec3a4c4dcc5a6c4d1cb5e |
UTF-8 | テつ榲δ冕^ | 111011111011111010000011111000111000000110100100111001101010011010110010110011101011010011100101100001101001010101011110 | efbe83e381a4e6a6b2ceb4e586955e |
UHC | ?つ?δ冕^ | 001111111010101011000100001111111010010111100100110110001111010001011110 | 3faac43fa5e4d8f45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)