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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 屎?? | 10011011100111010011111100111111 | 9b9d3f3f |
EUC-JP | 屎?? | 11010101111111010011111100111111 | d5fd3f3f |
UTF-8 | 屎뎷뗿 | 111001011011000110001110111010111000111010110111111010111001011110111111 | e5b18eeb8eb7eb97bf |
UHC | 屎뎷뗿 | 111000111011101010001001100010101000101111111110 | e3ba898a8bfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)