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 | 讌灘ケセ邊タ | 11100110101001011001001111100101101110011011111011100111101100101000001101011110 | e6a593e5b9bee7b2835e |
EUC-JP | 讌灘ケセ邊タ | 111011001010011111000110111001111000111010111001100011101011111011101110101101001010010110111111 | eca7c6e78eb98ebeeeb4a5bf |
UTF-8 | 讌灘ケセ邊タ | 111010001010111010001100111001111000000110011000111011111011110110111001111011111011110110111110111010011000001010001010111000111000001010111111 | e8ae8ce78198efbdb9efbdbee9828ae382bf |
UHC | ?灘??邊タ | 001111111111011110101000001111110011111111011100101010111010101110111111 | 3ff7a83f3fdcababbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)