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 | 誼??議?? | 1000101101100010001111110011111110001011011000110011111100111111 | 8b623f3f8b633f3f |
EUC-JP | 誼??議?? | 1011010111000011001111110011111110110101110001000011111100111111 | b5c33f3fb5c43f3f |
UTF-8 | 誼묌씄議곗젒 | 111010001010101010111100111010111010110010001100111011001001010010000100111010001010110110110000111010101011001110010111111011001010000010010010 | e8aabcebac8cec9484e8adb0eab397eca092 |
UHC | 誼묌씄議곗젒 | 111010111111111010010001111010011001110110011100111011001010000110110000111011001010000010010001 | ebfe91e99d9ceca1b0eca091 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)