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 | 履ㅾ쑬}履ㅾ쑬{^ | 111011111010011110011111111000111000010110111110111011001001000110101100011111011110111110100111100111111110001110000101101111101110110010010001101011000111101101011110 | efa79fe385beec91ac7defa79fe385beec91ac7b5e |
UHC | 履ㅾ쑬}履ㅾ쑬{^ | 111011001010101010100100111011101011111010101000011111011110110010101010101001001110111010111110101010000111101101011110 | ecaaa4eebea87decaaa4eebea87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)