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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 凋舍?? | 100100101001110011100100011100010011111100111111 | 929ce4713f3f |
EUC-JP | 凋舍?? | 110000111111110011100111110100100011111100111111 | c3fce7d23f3f |
UTF-8 | 凋舍렦렋 | 111001011000011110001011111010001000100010001101111010111010000010100110111010111010000010001011 | e5878be8888deba0a6eba08b |
UHC | 凋舍렦렋 | 1111000010111101110111101110110010001110101101011000111010100010 | f0bddeec8eb58ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)