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 | 怏??沃?? | 1001110010001001001111110011111110010111100000000011111100111111 | 9c893f3f97803f3f |
EUC-JP | 怏??沃?? | 1101011111101001001111110011111111001101111000000011111100111111 | d7e93f3fcde03f3f |
UTF-8 | 怏묐젽沃뚮젷 | 111001101000000010001111111010111010110010010000111011001010000010111101111001101011001010000011111010111001101010101110111011001010000010110111 | e6808febac90eca0bde6b283eb9aaeeca0b7 |
UHC | 怏묐젽沃뚮젷 | 111001001110100010010001111010111010000010101111111010001010101010001100111010111010000010101011 | e4e891eba0afe8aa8ceba0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)