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 | 舌紆譽? | 10010000111000111110001011111100111001101010001100111111 | 90e3e2fce6a33f |
EUC-JP | 舌紆譽? | 11000000111001011110010011111110111011001010010100111111 | c0e5e4feeca53f |
UTF-8 | 舌紆譽了 | 111010001000100010001100111001111011010010000110111010001010110110111101111011111010011010111010 | e8888ce7b486e8adbdefa6ba |
UHC | 舌紆譽了 | 1110000011011111111010011110000111100111111000101110100011100111 | e0dfe9e1e7e2e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)