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 | 源??臍 | 100011001011100100111111001111111110010001100000 | 8cb93f3fe460 |
EUC-JP | 源??臍 | 101110001011101100111111001111111110011111000001 | b8bb3f3fe7c1 |
UTF-8 | 源재쨀臍 | 111001101011101010010000111011001001111010101100111011001010100010000000111010001000011110001101 | e6ba90ec9eaceca880e8878d |
UHC | 源재쨀臍 | 1110101010111001110000001110011111000010101100111111000010110000 | eab9c0e7c2b3f0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)