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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 犀?[犀?[^ | 100011011101001000111111010110111000110111010010001111110101101101011110 | 8dd23f5b8dd23f5b5e |
EUC-JP | 犀脘[犀脘[^ | 10111010110101001000111111010110101011000101101110111010110101001000111111010110101011000101101101011110 | bad48fd6ac5bbad48fd6ac5b5e |
UTF-8 | 犀脘[犀脘[^ | 111001111000101010000000111010001000010010011000010110111110011110001010100000001110100010000100100110000101101101011110 | e78a80e884985be78a80e884985b5e |
UHC | 犀脘[犀脘[^ | 1101111111111001111010001101001001011011110111111111100111101000110100100101101101011110 | dff9e8d25bdff9e8d25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)