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 | 凋舍? | 1001001010011100111001000111000100111111 | 929ce4713f |
EUC-JP | 凋舍? | 1100001111111100111001111101001000111111 | c3fce7d23f |
UTF-8 | 凋舍렩 | 111001011000011110001011111010001000100010001101111010111010000010101001 | e5878be8888deba0a9 |
UHC | 凋舍렩 | 111100001011110111011110111011001000111010110111 | f0bddeec8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)