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 | 筌??橈?? | 1110001010100011001111110011111110011110111101000011111100111111 | e2a33f3f9ef43f3f |
EUC-JP | 筌??橈?? | 1110010010100101001111110011111111011100111101100011111100111111 | e4a53f3fdcf63f3f |
UTF-8 | 筌욏룄橈㎩띂 | 111001111010110110001100111011001001101010001111111010111010001110000100111001101010100110001000111000111000111010101001111010111001110110000010 | e7ad8cec9a8feba384e6a988e38ea9eb9d82 |
UHC | 筌욏룄橈㎩띂 | 111011111010011110011110111011011000111110000100111010001111101010100111111001011000110110111101 | efa79eed8f84e8faa7e58dbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)