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 | ???ゲ?勾 | 0011111100111111001111111000001101010001001111111000110011111001 | 3f3f3f83513f8cf9 |
EUC-JP | ???ゲ?勾 | 0011111100111111001111111010010110110010001111111011100011111011 | 3f3f3fa5b23fb8fb |
UTF-8 | ∼룶퓦ゲ룶勾 | 111000101000100010111100111010111010001110110110111011011001001110100110111000111000001010110010111010111010001110110110111001011000101110111110 | e288bceba3b6ed93a6e382b2eba3b6e58bbe |
UHC | ∼룶퓦ゲ룶勾 | 101000011010110110001111101010111011111110001111101010111011001010001111101010111100111011111110 | a1ad8fabbf8fabb28fabcefe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)