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 | 筌??釉①? | 111000101010001100111111001111111110011111010110100001110100000000111111 | e2a33f3fe7d687403f |
EUC-JP | 筌??釉?? | 1110010010100101001111110011111111101110110110000011111100111111 | e4a53f3feed83f3f |
UTF-8 | 筌뚯떓釉①뜏 | 111001111010110110001100111010111001101010101111111010111001011010010011111010011000011110001001111000101001000110100000111010111001110010001111 | e7ad8ceb9aafeb9693e98789e291a0eb9c8f |
UHC | 筌뚯떓釉①뜏 | 111011111010011110001100111011001000101110101001111010111011100010101000111001111000110110010010 | efa78cec8ba9ebb8a8e78d92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)