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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????菖 | 001111110011111100111111001111111000111111010010 | 3f3f3f3f8fd2 |
EUC-JP | ????菖 | 001111110011111100111111001111111011111011010100 | 3f3f3f3fbed4 |
UTF-8 | 렱렖셩양菖 | 111010111010000010110001111010111010000010010110111011001000010110101001111011001001011010010001111010001000111110010110 | eba0b1eba096ec85a9ec9691e88f96 |
UHC | 렱렖셩양菖 | 10001110101111101000111010101011101111001100110110111110111001111111001111101110 | 8ebe8eabbccdbee7f3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)