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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?磐??晧 | 00111111100101001101011000111111001111111001110111101100 | 3f94d63f3f9dec |
EUC-JP | 濩磐??晧 | 100011111100100110100100110010001101100000111111001111111101101011101110 | 8fc9a4c8d83f3fdaee |
UTF-8 | 濩磐렰렣晧 | 111001101011111110101001111001111010001110010000111010111010000010110000111010111010000010100011111001101001100110100111 | e6bfa9e7a390eba0b0eba0a3e699a7 |
UHC | 濩磐렰렣晧 | 11111011110011011101101011110001100011101011110110001110101101001111101111000101 | fbcddaf18ebd8eb4fbc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)