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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 凋舍???\ | 1001001010011100111001000111000100111111001111110011111101011100 | 929ce4713f3f3f5c |
EUC-JP | 凋舍???\ | 1100001111111100111001111101001000111111001111110011111101011100 | c3fce7d23f3f3f5c |
UTF-8 | 凋舍렫뀄騈\ | 11100101100001111000101111101000100010001000110111101011101000001010101111101011100000001000010011101001101010001000100001011100 | e5878be8888deba0abeb8084e9a8885c |
UHC | 凋舍렫뀄騈\ | 1111000010111101110111101110110010001110101110011011001011101101110111001100000001011100 | f0bddeec8eb9b2eddcc05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)