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 | 猖礒窰 | 111000001100100111100010010001011110001001111110 | e0c9e245e27e |
EUC-JP | 猖礒窰 | 111000001100101111100011101001101110001111011111 | e0cbe3a6e3df |
UTF-8 | 猖礒窰 | 111001111000110010010110111001111010010010010010111001111010101010110000 | e78c96e7a492e7aab0 |
UHC | 猖?? | 11110011111010010011111100111111 | f3e93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)