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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 쑦쒪쌣}쑦쒪쌣{^ | 111011001001000110100110111011001001001010101010111011001000110010100011011111011110110010010001101001101110110010010010101010101110110010001100101000110111101101011110 | ec91a6ec92aaec8ca37dec91a6ec92aaec8ca37b5e |
UHC | 쑦쒪쌣}쑦쒪쌣{^ | 100111001100001110011101010000011001101101001111011111011001110011000011100111010100000110011011010011110111101101011110 | 9cc39d419b4f7d9cc39d419b4f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)