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 | 窩???? | 111000100111110000111111001111110011111100111111 | e27c3f3f3f3f |
EUC-JP | 窩泮??? | 1110001111011101100011111100011110101000001111110011111100111111 | e3dd8fc7a83f3f3f |
UTF-8 | 窩泮렚렑뤋 | 111001111010101010101001111001101011001110101110111010111010000010011010111010111010000010010001111010111010010010001011 | e7aaa9e6b3aeeba09aeba091eba48b |
UHC | 窩泮렚렑뤋 | 11101000110000001101101011101010100011101010110110001110101001101000111110111011 | e8c0daea8ead8ea68fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)