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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 舜宣}舜宣{^ | 1000111101110111100100001110100101111101100011110111011110010000111010010111101101011110 | 8f7790e97d8f7790e97b5e |
EUC-JP | 舜宣}舜宣{^ | 1011110111011000110000001110101101111101101111011101100011000000111010110111101101011110 | bdd8c0eb7dbdd8c0eb7b5e |
UTF-8 | 舜宣}舜宣{^ | 111010001000100010011100111001011010111010100011011111011110100010001000100111001110010110101110101000110111101101011110 | e8889ce5aea37de8889ce5aea37b5e |
UHC | 舜宣}舜宣{^ | 1110001011101111111000001011111001111101111000101110111111100000101111100111101101011110 | e2efe0be7de2efe0be7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)