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 | ?俎??? | 001111111001100011010111001111110011111100111111 | 3f98d73f3f3f |
EUC-JP | ?俎??? | 001111111101000011011001001111110011111100111111 | 3fd0d93f3f3f |
UTF-8 | 알俎롆렑롉 | 111011001001010110001100111001001011111110001110111010111010000110000110111010111010000010010001111010111010000110001001 | ec958ce4bf8eeba186eba091eba189 |
UHC | 알俎롆렑롉 | 10111110110010111111000010111011100011101100110010001110101001101000111011001111 | becbf0bb8ecc8ea68ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)