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 | ?ュ? | 00111111100000111000010100111111 | 3f83853f |
EUC-JP | ?ュ? | 00111111101001011110010100111111 | 3fa5e53f |
UTF-8 | 歷ュ쨻 | 111011111010011010001100111000111000001110100101111011001010100010111011 | efa68ce383a5eca8bb |
UHC | 歷ュ쨻 | 111001101011100010101011111001011010010010010101 | e6b8abe5a495 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)