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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 堰??? | 1000100110000001001111110011111100111111 | 89813f3f3f |
EUC-JP | 堰??? | 1011000111100001001111110011111100111111 | b1e13f3f3f |
UTF-8 | 堰뤒츳걋 | 111001011010000010110000111010111010010010010010111011001011100010110011111010101011000110001011 | e5a0b0eba492ecb8b3eab18b |
UHC | 堰뤒츳걋 | 1110010111101000100011111100001011000011111111011011000011000000 | e5e88fc2c3fdb0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)