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 | 永??亦?? | 1000100101101001001111110011111110010110100100100011111100111111 | 89693f3f96923f3f |
EUC-JP | 永??亦?? | 1011000111001010001111110011111111001011111100100011111100111111 | b1ca3f3fcbf23f3f |
UTF-8 | 永끸댋亦뽬뤃 | 111001101011000010111000111010111000000110111000111010111000110010001011111001001011101010100110111010111011110110101100111010111010010010000011 | e6b0b8eb81b8eb8c8be4baa6ebbdaceba483 |
UHC | 永끸댋亦뽬뤃 | 111001111011010110000101111000101000100010110100111001101011001010010110111010001000111110110100 | e7b585e288b4e6b296e88fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)