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 | アォ}アォ{^ | 1011000110101011111100001010100001111101101100011010101111110000101010000111101101011110 | b1abf0a87db1abf0a87b5e |
EUC-JP | アォ?}アォ?{^ | 10001110101100011000111010101011001111110111110110001110101100011000111010101011001111110111101101011110 | 8eb18eab3f7d8eb18eab3f7b5e |
UTF-8 | アォ}アォ{^ | 111011111011110110110001111011111011110110101011111011101000000110100111011111011110111110111101101100011110111110111101101010111110111010000001101001110111101101011110 | efbdb1efbdabee81a77defbdb1efbdabee81a77b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)