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 | 骭オ繧上し | 111010011000110010110101111000111000001010001111111000111000001010110101 | e98cb5e3828fe382b5 |
EUC-JP | 骭オ繧上し | 11110001111011001000111010110101111001011110001010111110111001011010010010110111 | f1ec8eb5e5e2bee5a4b7 |
UTF-8 | 骭オ繧上し | 111010011010101010101101111011111011110110110101111001111011100110100111111001001011100010001010111000111000000110010111 | e9aaadefbdb5e7b9a7e4b88ae38197 |
UHC | ???上し | 00111111001111110011111111011111101111101010101010110111 | 3f3f3fdfbeaab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)