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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陋セ竊庭・シ | 111010001001101110111110111000101000011010010010111010111010010110111100 | e89bbee28692eba5bc |
EUC-JP | 陋セ竊庭・シ | 111011111111101110001110101111101110001111100110110001001110110110001110101001011000111010111100 | effb8ebee3e6c4ed8ea58ebc |
UTF-8 | 陋セ竊庭・シ | 111010011001100110001011111011111011110110111110111001111010101110001010111001011011101010101101111011111011110110100101111011111011110110111100 | e9998befbdbee7ab8ae5baadefbda5efbdbc |
UHC | 陋?竊庭?? | 110101111011000000111111111011111011110011101111110101000011111100111111 | d7b03fefbcefd43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)