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 | ???????v | 0011111100111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f3f76 |
SJIS-WIN | ???????v | 0011111100111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f3f76 |
EUC-JP | ???????v | 0011111100111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f3f76 |
UTF-8 | 창쨀혯혱혯횄혯v | 11101100101100001011110111101100101010001000000011101101100110001010111111101101100110001011000111101101100110001010111111101101100110101000010011101101100110001010111101110110 | ecb0bdeca880ed98afed98b1ed98afed9a84ed98af76 |
UHC | 창쨀혯혱혯횄혯v | 110000111010001011000010101100111100001010010110110000101001100011000010100101101100001110000011110000101001011001110110 | c3a2c2b3c296c298c296c383c29676 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)