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 | 霓「譴ァ辯ヲ | 111010001011110110100010111001101010001010100111111001111000011110100110 | e8bda2e6a2a7e787a6 |
EUC-JP | 霓「譴ァ辯ヲ | 111100001011111110001110101000101110110010100100100011101010011111101101111001111000111010100110 | f0bf8ea2eca48ea7ede78ea6 |
UTF-8 | 霓「譴ァ辯ヲ | 111010011001110010010011111011111011110110100010111010001010110110110100111011111011110110100111111010001011111010101111111011111011110110100110 | e99c93efbda2e8adb4efbda7e8beafefbda6 |
UHC | 霓?譴?辯? | 111001111110011100111111110011001011100100111111110111001010101000111111 | e7e73fccb93fdcaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)