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 | 弱??陰?? | 1000111011100011001111110011111110001001010000010011111100111111 | 8ee33f3f89413f3f |
EUC-JP | 弱??陰?? | 1011110011100101001111110011111110110001101000100011111100111111 | bce53f3fb1a23f3f |
UTF-8 | 弱뉗빝陰묕㎈ | 111001011011110010110001111010111000100110010111111010111011100110011101111010011001100110110000111010111010110010010101111000111000111010001000 | e5bcb1eb8997ebb99de999b0ebac95e38e88 |
UHC | 弱뉗빝陰묕㎈ | 111001011011000010000111111011001001010110111011111010111110010010010001111011111010011110111010 | e5b087ec95bbebe491efa7ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)