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 | ????潟 | 001111110011111100111111001111111000101010000011 | 3f3f3f3f8a83 |
EUC-JP | ????潟 | 001111110011111100111111001111111011001111100011 | 3f3f3f3fb3e3 |
UTF-8 | 앱렧롆렗潟 | 111011001001010110110001111010111010000010100111111010111010000110000110111010111010000010010111111001101011110110011111 | ec95b1eba0a7eba186eba097e6bd9f |
UHC | 앱렧롆렗潟 | 10111110110110111000111010110110100011101100110010001110101011001110000010110011 | bedb8eb68ecc8eace0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)