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 | フト}フト{^ | 1100110011000100111100101101101101111101110011001100010011110010110110110111101101011110 | ccc4f2db7dccc4f2db7b5e |
EUC-JP | フト?}フト?{^ | 10001110110011001000111011000100001111110111110110001110110011001000111011000100001111110111101101011110 | 8ecc8ec43f7d8ecc8ec43f7b5e |
UTF-8 | フト}フト{^ | 111011111011111010001100111011111011111010000100111011101000100010010010011111011110111110111110100011001110111110111110100001001110111010001000100100100111101101011110 | efbe8cefbe84ee88927defbe8cefbe84ee88927b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)