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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辯セ莨∵ぉ | 111001111000011110111110111001001011110010000001111001101000001010100111 | e787bee4bc81e682a7 |
EUC-JP | 辯セ莨∵ぉ | 11101101111001111000111010111110111010001011111010100010111010001010010010101001 | ede78ebee8bea2e8a4a9 |
UTF-8 | 辯セ莨∵ぉ | 111010001011111010101111111011111011110110111110111010001000111010101000111000101000100010110101111000111000000110001001 | e8beafefbdbee88ea8e288b5e38189 |
UHC | 辯??∵ぉ | 1101110010101010001111110011111110100001111100011010101010101001 | dcaa3f3fa1f1aaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)