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 | 樽卒促蔵 | 1001001001001101100100011011001010010001101000111001000110100000 | 924d91b291a391a0 |
EUC-JP | 樽卒促蔵 | 1100001110101110110000101011010011000010101001011100001010100010 | c3aec2b4c2a5c2a2 |
UTF-8 | 樽卒促蔵 | 111001101010100010111101111001011000110110010010111001001011111110000011111010001001010010110101 | e6a8bde58d92e4bf83e894b5 |
UHC | 樽卒促? | 11110001110111001111000011101111111101011011010100111111 | f1dcf0eff5b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)