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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ゙ァ}゙ァ{^ | 1101111010100111111100101010001001111101110111101010011111110010101000100111101101011110 | dea7f2a27ddea7f2a27b5e |
EUC-JP | ゙ァ?}゙ァ?{^ | 10001110110111101000111010100111001111110111110110001110110111101000111010100111001111110111101101011110 | 8ede8ea73f7d8ede8ea73f7b5e |
UTF-8 | ゙ァ}゙ァ{^ | 111011111011111010011110111011111011110110100111111011101000011110011001011111011110111110111110100111101110111110111101101001111110111010000111100110010111101101011110 | efbe9eefbda7ee87997defbe9eefbda7ee87997b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)