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 | 볢쀢욮}볢쀢욮{^ | 111010111011001110100010111011001000000010100010111011001001101010101110011111011110101110110011101000101110110010000000101000101110110010011010101011100111101101011110 | ebb3a2ec80a2ec9aae7debb3a2ec80a2ec9aae7b5e |
UHC | 볢쀢욮}볢쀢욮{^ | 100100111110100010010111111000101001111101000110011111011001001111101000100101111110001010011111010001100111101101011110 | 93e897e29f467d93e897e29f467b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)