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 | 辰損臓奪 | 1001001001000011100100011011100110010001100111111001001001000100 | 924391b9919f9244 |
EUC-JP | 辰損臓奪 | 1100001110100100110000101011101111000010101000011100001110100101 | c3a4c2bbc2a1c3a5 |
UTF-8 | 辰損臓奪 | 111010001011111010110000111001101001000010001101111010001000011110010011111001011010010110101010 | e8beb0e6908de88793e5a5aa |
UHC | 辰損?奪 | 11110010111000111110000111011111001111111111011110101100 | f2e3e1df3ff7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)