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 | セ郢胙 | 11110000101110011011111011100111101110011110001111110000 | f0b9bee7b9e3f0 |
EUC-JP | ?セ郢胙 | 00111111100011101011111011101110101110111110011011110010 | 3f8ebeeebbe6f2 |
UTF-8 | セ郢胙 | 111011101000000110111000111011111011110110111110111010011000001110100010111010001000001110011001 | ee81b8efbdbee983a2e88399 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)