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 | ?化??? | 001111111000100110111011001111110011111100111111 | 3f89bb3f3f3f |
EUC-JP | ?化??? | 001111111011001010111101001111110011111100111111 | 3fb2bd3f3f3f |
UTF-8 | 렼化렟롐렠 | 111010111010000010111100111001011000110010010110111010111010000010011111111010111010000110010000111010111010000010100000 | eba0bce58c96eba09feba190eba0a0 |
UHC | 렼化렟롐렠 | 10001110110001001111101111111001100011101011000010001110110101101000111010110001 | 8ec4fbf98eb08ed68eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)