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 | ?ぶ????? | 0011111110000010110101000011111100111111001111110011111100111111 | 3f82d43f3f3f3f3f |
EUC-JP | ?ぶ????? | 0011111110100100110101100011111100111111001111110011111100111111 | 3fa4d63f3f3f3f3f |
UTF-8 | 엉ぶ센섀렱렼섹 | 111011001001011110001001111000111000000110110110111011001000010010111100111011001000010010000000111010111010000010110001111010111010000010111100111011001000010010111001 | ec9789e381b6ec84bcec8480eba0b1eba0bcec84b9 |
UHC | 엉ぶ센섀렱렼섹 | 1011111011111011101010101101011010111100101111101011110010101000100011101011111010001110110001001011110010111101 | befbaad6bcbebca88ebe8ec4bcbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)