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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 捨偲尺 | 100011101100110010001110110000111000111011011010 | 8ecc8ec38eda |
EUC-JP | 捨偲尺 | 101111001100111010111100110001011011110011011100 | bccebcc5bcdc |
UTF-8 | 捨偲尺 | 111001101000110110101000111001011000000110110010111001011011000010111010 | e68da8e581b2e5b0ba |
UHC | 捨?尺 | 1101111011010111001111111111010010101001 | ded73ff4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)