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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | セ蜴ォ湿汐^ | 101111101110010110001110101010111000111010111100100011101010110001011110 | bee58eab8ebc8eac5e |
EUC-JP | セ蜴ォ湿汐^ | 1000111010111110111010011110111010001110101010111011110010111110101111001010111001011110 | 8ebee9ee8eabbcbebcae5e |
UTF-8 | セ蜴ォ湿汐^ | 11101111101111011011111011101000100111001011010011101111101111011010101111100110101110011011111111100110101100011001000001011110 | efbdbee89cb4efbdabe6b9bfe6b1905e |
UHC | ????汐^ | 00111111001111110011111100111111111000001011000101011110 | 3f3f3f3fe0b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)