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 | 싥떬굙}싥떬굙{^ | 111011001000101110100101111010111001011010101100111010101011010110011001011111011110110010001011101001011110101110010110101011001110101010110101100110010111101101011110 | ec8ba5eb96aceab5997dec8ba5eb96aceab5997b5e |
UHC | 싥떬굙}싥떬굙{^ | 100110101110001110001011101111001000001010000001011111011001101011100011100010111011110010000010100000010111101101011110 | 9ae38bbc82817d9ae38bbc82817b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)