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 | ???}???}^ | 001111110011111100111111011111010011111100111111001111110111110101011110 | 3f3f3f7d3f3f3f7d5e |
SJIS-WIN | ???}???}^ | 001111110011111100111111011111010011111100111111001111110111110101011110 | 3f3f3f7d3f3f3f7d5e |
EUC-JP | ???}???}^ | 001111110011111100111111011111010011111100111111001111110111110101011110 | 3f3f3f7d3f3f3f7d5e |
UTF-8 | 혶첫혧}혶첫혧}^ | 111011011001100010110110111011001011001010101011111011011001100010100111011111011110110110011000101101101110110010110010101010111110110110011000101001110111110101011110 | ed98b6ecb2abed98a77ded98b6ecb2abed98a77d5e |
UHC | 혶첫혧}혶첫혧}^ | 110000101001110111000011101110011100001010001111011111011100001010011101110000111011100111000010100011110111110101011110 | c29dc3b9c28f7dc29dc3b9c28f7d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)