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 | ?vW}?vW{^ | 001111110111011001010111011111010011111101110110010101110111101101011110 | 3f76577d3f76577b5e |
SJIS-WIN | ?vW}?vW{^ | 001111110111011001010111011111010011111101110110010101110111101101011110 | 3f76577d3f76577b5e |
EUC-JP | 鉥vW}鉥vW{^ | 10001111111000111110100001110110010101110111110110001111111000111110100001110110010101110111101101011110 | 8fe3e876577d8fe3e876577b5e |
UTF-8 | 鉥vW}鉥vW{^ | 11101001100010011010010101110110010101110111110111101001100010011010010101110110010101110111101101011110 | e989a576577de989a576577b5e |
UHC | 鉥vW}鉥vW{^ | 1110001011111100011101100101011101111101111000101111110001110110010101110111101101011110 | e2fc76577de2fc76577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)