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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巖??諶?? | 1001101111011100001111110011111111111011101010100011111100111111 | 9bdc3f3ffbaa3f3f |
EUC-JP | 巖??諶?? | 110101101101111000111111001111111000111111011110101101010011111100111111 | d6de3f3f8fdeb53f3f |
UTF-8 | 巖땹뢜諶뙊뢐 | 111001011011011110010110111010111001010110111001111010111010001010011100111010001010101110110110111010111001100110001010111010111010001010010000 | e5b796eb95b9eba29ce8abb6eb998aeba290 |
UHC | 巖땹뢜諶뙊뢐 | 111001001101110010001011100011111000111101010111111001001010011010001100100011111000111101001011 | e4dc8b8f8f57e4a68c8f8f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)