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 | 褌袴削凋邨 | 11100101111011001000110011010001100011011110110110010010100111001110011110110101 | e5ec8cd18ded929ce7b5 |
EUC-JP | 褌袴削凋邨 | 11101010111011101011100011010011101110101110111111000011111111001110111010110111 | eaeeb8d3baefc3fceeb7 |
UTF-8 | 褌袴削凋邨 | 111010001010010010001100111010001010001010110100111001011000100110001010111001011000011110001011111010011000001010101000 | e8a48ce8a2b4e5898ae5878be982a8 |
UHC | ?袴削凋邨 | 001111111100110111001101110111101111101111110000101111011111010110111110 | 3fcdcddefbf0bdf5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)