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 | ?e?q?e?z | 0011111101100101001111110111000100111111011001010011111101111010 | 3f653f713f653f7a |
SJIS-WIN | ?e?q?e?z | 0011111101100101001111110111000100111111011001010011111101111010 | 3f653f713f653f7a |
EUC-JP | ?e?q?e?z | 0011111101100101001111110111000100111111011001010011111101111010 | 3f653f713f653f7a |
UTF-8 | 찼e창q찼e창z | 11101100101100001011110001100101111011001011000010111101011100011110110010110000101111000110010111101100101100001011110101111010 | ecb0bc65ecb0bd71ecb0bc65ecb0bd7a |
UHC | 찼e창q찼e창z | 110000111010000101100101110000111010001001110001110000111010000101100101110000111010001001111010 | c3a165c3a271c3a165c3a27a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)