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 | 終褐滾濟? | 100011110100100110001010100011001001111111110110111000000101101000111111 | 8f498a8c9ff6e05a3f |
EUC-JP | 終褐滾濟? | 101111011010101010110011111011001101111011111000110111111011101100111111 | bdaab3ecdef8dfbb3f |
UTF-8 | 終褐滾濟매 | 111001111011010110000010111010001010010010010000111001101011101110111110111001101011111110011111111010111010011110100100 | e7b582e8a490e6bbbee6bf9feba7a4 |
UHC | 終褐滾濟매 | 11110000111110111100101011101000110011011110001111110000101011011011100011000101 | f0fbcae8cde3f0adb8c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)