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 | 筌??怏?? | 1110001010100011001111110011111110011100100010010011111100111111 | e2a33f3f9c893f3f |
EUC-JP | 筌??怏?? | 1110010010100101001111110011111111010111111010010011111100111111 | e4a53f3fd7e93f3f |
UTF-8 | 筌븍젘怏묐젾 | 111001111010110110001100111010111011100010001101111011001010000010011000111001101000000010001111111010111010110010010000111011001010000010111110 | e7ad8cebb88deca098e6808febac90eca0be |
UHC | 筌븍젘怏묐젾 | 111011111010011110111010111010111010000010010100111001001110100010010001111010111010000010110000 | efa7baeba094e4e891eba0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)