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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??啼???? | 0011111100111111100110100110010100111111001111110011111100111111 | 3f3f9a653f3f3f3f |
EUC-JP | ??啼???? | 0011111100111111110100111100011000111111001111110011111100111111 | 3f3fd3c63f3f3f3f |
UTF-8 | 렱렚啼렱렎씬렗 | 111010111010000010110001111010111010000010011010111001011001010110111100111010111010000010110001111010111010000010001110111011001001010010101100111010111010000010010111 | eba0b1eba09ae595bceba0b1eba08eec94aceba097 |
UHC | 렱렚啼렱렎씬렗 | 1000111010111110100011101010110111110000101001101000111010111110100011101010010010111110110000001000111010101100 | 8ebe8eadf0a68ebe8ea4bec08eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)